Skip to content

Commit

Permalink
remove API_KEY_SALT because changing it will break the container
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Sep 2, 2018
1 parent 3edc546 commit 3dd2c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ You can specify the following environment variables when issuing `docker run` co

| Variable | Type | Default | Function |
| --- | --- | --- | --- |
| `API_KEY_SALT` | string | `T713/rYYgW7g4m3vG6zGRh​7+FM1t0T8j13koXScOAj4=` | base64-encoded 32 random bytes used as API salt. Use [keygen](../keygen) to create a personalized API key. |
| `AUTH_TOKEN_KEY` | string | `wfaY2RgF2S1OQI/ZlK+LS​rp1KB2jwAdGAIHQ7JZn+Kc=` | base64-encoded 32 random bytes used as salt for authentication tokens. |
| `DEBUG_EMAIL_VERIFICATION_CODE` | string | | Enable dummy email verification code, e.g. `123456`. Disabled by default (empty string). |
| `MYSQL_DSN` | string | `'root@tcp(mysql)/tinode'` | MySQL [DSN](https://github.com/go-sql-driver/mysql#dsn-data-source-name). |
Expand Down

0 comments on commit 3dd2c2e

Please sign in to comment.