12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
# Shared secrets (development only)
|
|
POSTGRES_DB=fullmoon_dev
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
DJANGO_SECRET_KEY=dev-secret-key-change-me
|
|
DJANGO_DEBUG=1
|
|
ALLOWED_HOSTS=localhost,127.0.0.1,api-gpt
|
|
STRIPE_API_KEY=sk_test_placeholder
|
|
PUSHBULLET_API_KEY=pb_test_placeholder
|
|
MINIO_ROOT_USER=miniokey
|
|
MINIO_ROOT_PASSWORD=miniopassword
|