Skip to content

Commit

Permalink
see if ​ creates a line break in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Sep 2, 2018
1 parent 838e35f commit fd4c048
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ 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. |
| `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). |
| `RESET_DB` | bool | `false` | Drop and recreate the database. |
Expand Down

0 comments on commit fd4c048

Please sign in to comment.