From 2246dbfef6dd9a44a48b9192268ff0604df52541 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Wed, 19 Apr 2023 11:04:49 +0200 Subject: [PATCH] add new env-vars from upstream --- conf/.env.local.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/conf/.env.local.example b/conf/.env.local.example index b36a887..8abc878 100644 --- a/conf/.env.local.example +++ b/conf/.env.local.example @@ -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__