10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
export SECRET_KEY=FOOBAR
|
|
export DATABASE_URL=postgres://skillbox:skillbox@localhost:5432/skillbox
|
|
export HEP_URL=https://stage.hep-verlag.ch
|
|
export DEBUG=True
|
|
export USE_AWS=False
|
|
export AWS_ACCESS_KEY_ID=
|
|
export AWS_SECRET_ACCESS_KEY=
|
|
export AWS_STORAGE_BUCKET_NAME=
|
|
export SENDGRID_API_KEY=
|