mirror of
https://github.com/YunoHost-Apps/libremdb_ynh.git
synced 2024-09-03 19:36:22 +02:00
add new env-vars from upstream
This commit is contained in:
parent
09aa1e3c28
commit
2246dbfef6
1 changed files with 9 additions and 0 deletions
|
@ -26,3 +26,12 @@ NEXT_TELEMETRY_DISABLED=1
|
|||
# USE_REDIS=true
|
||||
## for docker, just set the domain to the container name, default is 'libremdb_redis'
|
||||
REDIS_URL=localhost:6379
|
||||
|
||||
|
||||
################################################################################
|
||||
### 4. INSTANCE META FIELDS(not required but good to have)
|
||||
################################################################################
|
||||
## example: 'https://iket.me'.
|
||||
NEXT_PUBLIC_INSTANCE_MAIN_URL=https://__DOMAIN__
|
||||
## eg: 'zyachel'
|
||||
NEXT_PUBLIC_INSTANCE_NAME=__DOMAIN__
|
||||
|
|
Loading…
Reference in a new issue