You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
238 B
13 lines
238 B
## API
|
|
PORT=3000
|
|
API_HOST=localhost
|
|
API_PROTOCOL=http
|
|
|
|
## LOGGER
|
|
LOG_LEVEL=debug
|
|
|
|
## DB [TypeORM]
|
|
DATABASE_URL=postgres://onionBoilerplate:someNotSecurePassword@localhost:5432/onionBoilerplate
|
|
|
|
## AUTHENTICATION [JWT]
|
|
JWT_SECRET=bananana
|