Minor bugfix since getline adds an extra char to the string

move hardcoded databaseURI into the config
This commit is contained in:
Tina_Azure
2023-04-12 23:51:11 +02:00
parent 8b34815bef
commit ab6a5bc706
4 changed files with 35 additions and 16 deletions

View File

@ -217,10 +217,13 @@ and end with
comment +
Close variable with ;
mandatory:
emailAddress=
emailPassword=
emailServerAddress=
emailAddress
emailPassword
emailServerAddress
databaseConnectionString={postgresql://{user}:{password}@{host}:{port}/{database}}
optional:{default}
emailServerPort={587}