modified: .gitignore
new file: serv_certbot/.env new file: serv_migration/.env new file: serv_nginx/.env new file: serv_rest_api/.env new file: serv_spa/.env add .env files into all servs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
# REST API SERVER
|
||||
|
||||
SERVER_PORT=8000
|
||||
SECRET_KEY=my_very_secret_key
|
||||
|
||||
# POSTGRESQL
|
||||
|
||||
PGHOST=db
|
||||
PGPORT=5432
|
||||
PGUSER=postgres
|
||||
PGPASSWORD=postgres
|
||||
PGDATABASE=postgres
|
||||
SSLmode=disable
|
||||
PGURL='postgres://postgres:postgres@db:5432/postgres?sslmode=disable'
|
||||
Reference in New Issue
Block a user