Add .env file support

This commit is contained in:
2024-09-01 20:23:31 -04:00
parent 14b3863f8e
commit 56ce9fa2f8
5 changed files with 39 additions and 8 deletions

13
.env.template Normal file
View File

@@ -0,0 +1,13 @@
# Cryptographic key for generating secure CSRF protection tokens
LENSLOCKED_CSRF_KEY=
# Postgresql DB c nnection settings
# Make sure to enable ssl when deploying to production
LENSLOCKED_DB_STRING="host=localhost port=5432 user=changeme dbname=lenslocked sslmode=disable"
# SMTP Email settings
LENSLOCKED_EMAIL_HOST=
LENSLOCKED_EMAIL_PORT=
LENSLOCKED_EMAIL_USERNAME=
LENSLOCKED_EMAIL_PASSWORD=
LENSLOCKED_EMAIL_FROM=