Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
Replace true/false with utf8 marks
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomassaro committed May 10, 2017
1 parent e96153d commit 1075c72
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@ you can execute elixir code on the terminal. You can alternatively use

| Environment | Required? | Example Value | Description |
|:-- |:--:|:-- |:-- |
|`HELIX_CLUSTER_COOKIE`| true | randomcookie | The secret cookie used to authenticate erlang nodes on a cluster* |
|`HELIX_NODE_NAME`| true | mynode | Each erlang node on a cluster must have a different name; this name is used solely to identify the node on the cluster |
|`HELIX_ENDPOINT_SECRET_KEY`| true | reallyreallylongstring | The secret key used to encrypt the session token |
|`HELIX_ENDPOINT_URL`| true | 127.0.0.1 | The hostname where the Helix server will run |
|`HELIX_DB_USER`| true | postgres | RDBMS username |
|`HELIX_DB_PASS`| true | postgres | RDBMS password |
|`HELIX_DB_HOST`| true | localhost | RDBMS hostname |
|`HELIX_DB_PREFIX`| true | helix | The prefix for the databases used on Helix. Eg: if the prefix is `foobar`, the database for accounts will be `foobar_prod_account` |
|`HELIX_DB_POOL_SIZE`| true | 3 | The amount of connections constantly open for each database |
|`HELIX_SSL_KEYFILE`| true | priv/dev/ssl.key | The path for the keyfile used on HTTPS connections |
|`HELIX_SSL_CERTFILE`| true | priv/dev/sll.crt | The path for the certificate used on HTTPS connections |
|`HELIX_MIGRATION_TOKEN`| false | foobar | Token used to authenticate HEBornMigration application exports |
|`APPSIGNAL_PUSH_API_KEY`| false | abcdef | Key for AppSignal. If this env is not provided, AppSignal won't log errors |
|`HELIX_CLUSTER_COOKIE`| | randomcookie | The secret cookie used to authenticate erlang nodes on a cluster* |
|`HELIX_NODE_NAME`| | mynode | Each erlang node on a cluster must have a different name; this name is used solely to identify the node on the cluster |
|`HELIX_ENDPOINT_SECRET_KEY`| | reallyreallylongstring | The secret key used to encrypt the session token |
|`HELIX_ENDPOINT_URL`| | 127.0.0.1 | The hostname where the Helix server will run |
|`HELIX_DB_USER`| | postgres | RDBMS username |
|`HELIX_DB_PASS`| | postgres | RDBMS password |
|`HELIX_DB_HOST`| | localhost | RDBMS hostname |
|`HELIX_DB_PREFIX`| | helix | The prefix for the databases used on Helix. Eg: if the prefix is `foobar`, the database for accounts will be `foobar_prod_account` |
|`HELIX_DB_POOL_SIZE`| | 3 | The amount of connections constantly open for each database |
|`HELIX_SSL_KEYFILE`| | priv/dev/ssl.key | The path for the keyfile used on HTTPS connections |
|`HELIX_SSL_CERTFILE`| | priv/dev/sll.crt | The path for the certificate used on HTTPS connections |
|`HELIX_MIGRATION_TOKEN`| | foobar | Token used to authenticate HEBornMigration application exports |
|`APPSIGNAL_PUSH_API_KEY`| | abcdef | Key for AppSignal. If this env is not provided, AppSignal won't log errors |

**Notes**

Expand Down

0 comments on commit 1075c72

Please sign in to comment.