DB port correction (#1214)

Correction of the port assigned to PostGresql from '35432' to '5432'
This commit is contained in:
melbv 2022-08-03 15:04:03 +01:00 committed by GitHub
parent 69d5de8d41
commit f340c9c9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"