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