chore: initial import

This commit is contained in:
2025-11-09 00:26:00 -06:00
commit 67fb60e6ca
76 changed files with 3925 additions and 0 deletions

11
infra/docker/.env.example Normal file
View 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