configurate .env and postgresql database
This commit is contained in:
28
.env.example
Normal file
28
.env.example
Normal file
@@ -0,0 +1,28 @@
|
||||
##################
|
||||
## DJANGO
|
||||
##################
|
||||
SECRET_KEY=
|
||||
DEBUG=
|
||||
ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
|
||||
|
||||
##################
|
||||
## POSTGRESQL
|
||||
##################
|
||||
POSTGRES_DB=
|
||||
POSTGRES_USER=
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_HOST=
|
||||
POSTGRES_PORT=
|
||||
|
||||
|
||||
##################
|
||||
## RUNNING PORT
|
||||
##################
|
||||
PORT=
|
||||
|
||||
|
||||
##################
|
||||
## RUNNING COMMAND
|
||||
##################
|
||||
COMMAND=sh ./resources/scripts/entrypoint.sh
|
||||
Reference in New Issue
Block a user