15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
HOST=localhost
|
|
PROTOCOL=http
|
|
PORT=3000
|
|
WEB_APP_URL=https://localhost:3001
|
|
APP_ENV=development
|
|
POSTGRES_DATABASE=automatisch_development
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_USERNAME=automatish_development_user
|
|
POSTGRES_PASSWORD=
|
|
POSTGRES_ENABLE_SSL=false
|
|
ENCRYPTION_KEY=sample-encryption-key
|
|
REDIS_PORT=6379
|
|
REDIS_HOST=127.0.0.1
|