14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
APP_PORT=4010
|
|
DB_TYPE=sqlite
|
|
DB_HOST=bla
|
|
DB_PORT=bla
|
|
DB_USER=bla
|
|
DB_PASSWORD=bla
|
|
DB_NAME=./test.sqlite
|
|
NODE_ENV=production
|
|
POSTALCODE_COUNTRYCODE=DE
|
|
SEED_TEST_DATA=false
|
|
SELFSERVICE_URL=bla
|
|
STATION_TOKEN_SECRET=<replace-with-random-secret-min-32-chars>
|
|
NATS_URL=nats://localhost:4222
|
|
NATS_PREWARM=false |