p00003/.p00003django.env
greenamber676 c643f968e0
Some checks failed
DEV-234/pipeline/head There was a failure building this commit
add env files
2025-01-10 10:10:47 -05:00

10 lines
278 B
Bash

DEBUG=1
SECRET_KEY=Express.123
DJANGO_ALLOWED_HOSTS=192.168.0.234 localhost 127.0.0.1 [::1]
POSTGRESQL_ENGINE=django.db.backends.postgresql
POSTGRESQL_DATABASE=main_db
POSTGRESQL_USER=admin
POSTGRESQL_PASSWORD=GoodMorning123!
POSTGRESQL_HOST=p00003postgres
POSTGRESQL_PORT=5432