-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afe72ea
commit 689b3eb
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
| ENV | default | available options | description | | ||
|----------------|----------------|---------------------------------------------|-----------------------------------------------------| | ||
| LOGLEVEL | `info` | ['error', 'warn', 'info', 'debug', 'silly'] | The Loglevel for the winston logger in the console | | ||
| NODE_ENV | `development` | ['production', 'development', 'test'] | Node Environment for different App behaviour | | ||
| PORT | `8080` | any port number | The Port the express server to listen to | | ||
| DB_HOST | `localhost` | any FQDN | Database Host | | ||
| DB_PORT | 3306 / 27017 | any port number | Database Port | | ||
| DB_DB | _dynamic_ | any string | Database Database | | ||
| DB_USER | _dynamic_ | any string | Database Login User | | ||
| DB_PASSWD | _empty string_ | any password string | Database Login Password | | ||
| REDIS_HOST | `127.0.0.1` | any FQDN | Redis Host | | ||
| REDIS_PORT | `6379` | any port numbers | Redis Port | | ||
| REDIS_PASSWORD | `127.0.0.1` | any password string | Redis Passwort | | ||
| REDIS_INDEX | `0` | 0-9 | Redis Database Index for selecting one of redis' DB | | ||
| RABBIT_HOST | `127.0.0.1` | any FQDN | RabbitMQ Host | | ||
| RABBIT_PORT | `5672` | any port numbers | RabbitMQ Port | |