mirror of
https://github.com/simple-login/app.git
synced 2026-04-07 19:27:34 +00:00
DB port correction (#1214)
Correction of the port assigned to PostGresql from '35432' to '5432'
This commit is contained in:
+2
-2
@@ -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"
|
||||
PARTNER_API_TOKEN_SECRET="changeme"
|
||||
|
||||
Reference in New Issue
Block a user