configurate .env and postgresql database

This commit is contained in:
behruz-dev
2025-11-19 15:34:31 +05:00
parent a267e4c45c
commit ccdf6fe2ac
68 changed files with 160 additions and 298 deletions

28
.env.example Normal file
View 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