Fixed getting creditionals for postgre from env

This commit is contained in:
ITQ
2024-02-28 00:14:23 +03:00
parent b97672d07c
commit b206a71909
5 changed files with 34 additions and 8 deletions
+6
View File
@@ -3,3 +3,9 @@ SECRET_KEY = secret_key
DJANGO_ALLOWED_HOSTS = 127.0.0.1
INTERNAL_IPS = 127.0.0.1
POSTGRES_CONN = postgres://login:pass@localhost:5432/postgres
POSTGRES_JDBC_URL = jdbc:postgresql://host:port/dbname
POSTGRES_USERNAME = postgres
POSTGRES_PASSWORD = password
POSTGRES_HOST = localhost
POSTGRES_PORT = 5432
POSTGRES_DATABASE = postgres