1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgwarehouse_ynh.git synced 2024-09-03 18:16:17 +02:00

Update .env

This commit is contained in:
Éric Gaspar 2023-10-17 13:19:16 +02:00
parent a1c62bd903
commit 9faca372f3

View file

@ -1,7 +1,7 @@
# Application's variables # Application's variables
NEXTAUTH_URL=https://__DOMAIN__ NEXTAUTH_URL=https://__DOMAIN__
NEXTAUTH_SECRET=__SECRET__ NEXTAUTH_SECRET='__SECRET__'
CRONJOB_KEY=__CRON_KEY__ CRONJOB_KEY='__CRON_KEY__'
# Wizard's variables # Wizard's variables
UNIX_USER=__APP__ UNIX_USER=__APP__
FQDN=__DOMAIN__ FQDN=__DOMAIN__