add env files
Some checks failed
DEV-234/pipeline/head There was a failure building this commit

This commit is contained in:
greenamber676 2025-01-10 10:10:47 -05:00
parent df00b0020b
commit c643f968e0
4 changed files with 18 additions and 0 deletions

4
.p00003couchdb.env Normal file
View File

@ -0,0 +1,4 @@
COUCHDB_USER=admin
COUCHDB_PASSWORD=GoodMorning123!
COUCHDB_SECRET=GentlemanlyWarfare
NODENAME=couchdb_p00003

9
.p00003django.env Normal file
View File

@ -0,0 +1,9 @@
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

2
.p00003pgadm.env Normal file
View File

@ -0,0 +1,2 @@
PGADMIN_DEFAULT_EMAIL=admin@domeitsolutions.com
PGADMIN_DEFAULT_PASSWORD=GoodMorning123!

3
.p00003postgres.env Normal file
View File

@ -0,0 +1,3 @@
POSTGRES_USER=admin
POSTGRES_PASSWORD=GoodMorning123!
POSTGRES_DB=main_db