chore: initial import
This commit is contained in:
11
infra/docker/.env.development
Normal file
11
infra/docker/.env.development
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user