diff --git a/localsettings.dist.py b/localsettings.dist.py index 9ea126d..4ec24b0 100644 --- a/localsettings.dist.py +++ b/localsettings.dist.py @@ -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