14 lines
420 B
Plaintext
14 lines
420 B
Plaintext
# 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=
|