Sample postgrSQL connection stringin file .env

add a sample connection string to enable postgrSQL database backend
This commit is contained in:
Redge
2024-03-05 01:09:10 +01:00
committed by GitHub
parent 167d6e607e
commit d05f8b1f84

6
.env
View File

@@ -6,4 +6,8 @@ MailConfig__UseSSL="false"
MailConfig__Port=587
MailConfig__Username=""
MailConfig__Password=""
LOGGING__LOGLEVEL__DEFAULT=Error
LOGGING__LOGLEVEL__DEFAULT=Error
# * Uncoment this line if you use postgresSQL as database backend.
# * Check the docker-compose.postgresql.yml file
#POSTGRES_CONNECTION="Host=postgres;Username=lubelogger;Password=lubepass;Database=lubelogger;"