mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02:00
Update getting-started.md (#617)
This commit is contained in:
parent
67a78c3517
commit
2a4130548a
@ -48,7 +48,7 @@ Available unleash options include:
|
||||
- *host* - the database hostname (`DATABASE_HOST`)
|
||||
- *port* - the datbase port defaults to 5432 (`DATABASE_PORT`)
|
||||
- *database* - the database name to be used (`DATABASE_NAME`)
|
||||
- *ssl* - an object describin ssl options, see https://node-postgres.com/features/ssl (`DATABASE_SSL`, as a stringified json object)
|
||||
- *ssl* - an object describing ssl options, see https://node-postgres.com/features/ssl (`DATABASE_SSL`, as a stringified json object)
|
||||
- **databaseUrl** - the postgres database url to connect to. Only used if _db_ object is not specified. Should include username/password. This value may also be set via the `DATABASE_URL` environment variable. Alternatively, if you would like to read the database url from a file, you may set the `DATABASE_URL_FILE` environment variable with the full file path. The contents of the file must be the database url exactly.
|
||||
- **databaseSchema** - the postgres database schema to use. Defaults to 'public'.
|
||||
- **port** - which port the unleash-server should bind to. If port is omitted or is 0, the operating system will assign an arbitrary unused port. Will be ignored if pipe is specified. This value may also be set via the `HTTP_PORT` environment variable
|
||||
|
Loading…
Reference in New Issue
Block a user