You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
416 B
Bash
15 lines
416 B
Bash
PORT=8080
|
|
PGUSER=dbuser
|
|
PGHOST=database.server.com
|
|
PGPASSWORD=secretpassword
|
|
PGDATABASE=mydb
|
|
PGPORT=5432
|
|
PUBLIC_KEY_LOCATION=/data/cert/public.pem
|
|
PRIVATE_KEY_LOCATION=/data/cert/private.pem
|
|
STRIPE_PUBLIC_KEY=pk_test_...
|
|
STRIPE_SECRET_KEY=sk_test_...
|
|
BASE_URL=https://merit.bpfilip.dk
|
|
SMTP_HOSTNAME=email-smtp.eu-central-1.amazonaws.com
|
|
SMTP_USERNAME=user123
|
|
SMTP_PASSWORD=password12345
|
|
SMTP_ADDRESS=user@example.com |