diff --git a/example.env b/example.env index b5193edf..d2e22b63 100644 --- a/example.env +++ b/example.env @@ -72,7 +72,7 @@ EMAIL_SERVERS_WITH_PRIORITY=[(10, "email.hostname.")] # DKIM_PRIVATE_KEY_PATH=local_data/dkim.key # DB Connection -DB_URI=postgresql://myuser:mypassword@localhost:35432/simplelogin +DB_URI=postgresql://myuser:mypassword@localhost:5432/simplelogin FLASK_SECRET=secret @@ -187,4 +187,4 @@ ALLOWED_REDIRECT_DOMAINS=[] # DNS nameservers to be used by the app # Multiple nameservers can be specified, separated by ',' NAMESERVERS="1.1.1.1" -PARTNER_API_TOKEN_SECRET="changeme" \ No newline at end of file +PARTNER_API_TOKEN_SECRET="changeme"