Update requirements
This commit is contained in:
parent
85966fe4e0
commit
535ca00606
1 changed files with 6 additions and 6 deletions
|
@ -6,13 +6,13 @@ DEBUG = True
|
|||
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
|
||||
# PostgreSQL server settings
|
||||
# MySQL/MariaDB server settings
|
||||
|
||||
DB_HOST = "postgresql.server"
|
||||
DB_PORT = 5432
|
||||
DB_NAME = "postgresql_database"
|
||||
DB_USER = "postgresql_username"
|
||||
DB_PASS = "postgresql_password"
|
||||
DB_HOST = "sql.server"
|
||||
DB_PORT = 3306
|
||||
DB_NAME = "sql_database"
|
||||
DB_USER = "sql_username"
|
||||
DB_PASS = "sql_password"
|
||||
|
||||
# Mail server settings
|
||||
|
||||
|
|
Loading…
Reference in a new issue