Files
photoprism/.env.sample
Ammar Hussein e6360267d5 init
2024-08-26 21:18:58 -07:00

22 lines
625 B
Plaintext

TYPE=photo-prism
DOMAIN=photo-prism.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.photo-prism.example.com`'
LETS_ENCRYPT_ENV=production
PHOTOPRISM_SITE_CAPTION="Default Caption"
PHOTOPRISM_SITE_DESCRIPTION= "Default Description"
# Meta site author
PHOTOPRISM_SITE_AUTHOR="Nobody"
# This is not a good practice so hopefully we get to use a secret fild
# in the future rather passing the secret here
# see - https://github.com/photoprism/photoprism/issues/1987
PHOTOPRISM_DATABASE_PASSWORD=
PHOTOPRISM_ADMIN_PASSWORD= # initial admin password (8-72 characters)
DB_PASSWORD_VERSION=v1
DB_ROOT_PASSWORD_VERSION=v1