This commit is contained in:
parent
df00b0020b
commit
c643f968e0
4
.p00003couchdb.env
Normal file
4
.p00003couchdb.env
Normal file
@ -0,0 +1,4 @@
|
||||
COUCHDB_USER=admin
|
||||
COUCHDB_PASSWORD=GoodMorning123!
|
||||
COUCHDB_SECRET=GentlemanlyWarfare
|
||||
NODENAME=couchdb_p00003
|
||||
9
.p00003django.env
Normal file
9
.p00003django.env
Normal 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
2
.p00003pgadm.env
Normal file
@ -0,0 +1,2 @@
|
||||
PGADMIN_DEFAULT_EMAIL=admin@domeitsolutions.com
|
||||
PGADMIN_DEFAULT_PASSWORD=GoodMorning123!
|
||||
3
.p00003postgres.env
Normal file
3
.p00003postgres.env
Normal file
@ -0,0 +1,3 @@
|
||||
POSTGRES_USER=admin
|
||||
POSTGRES_PASSWORD=GoodMorning123!
|
||||
POSTGRES_DB=main_db
|
||||
Loading…
x
Reference in New Issue
Block a user