Skip to content

Commit

Permalink
tools,env-gnerator: add missing config variables
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Dec 20, 2024
1 parent d7ba0df commit 421a5a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/env-generator/src/templates/.env.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ NEXT_PUBLIC_WEBUI_HOST=http://{{ context["HOSTNAME"] }}
{% endif %}
PROJECT_URL={{ context.PROJECT_URL }}

[login]
ENABLE_USERPASS_LOGIN={{ context.ENABLE_USERPASS_LOGIN }}

[rules]
RULE_ACTIVITY={{ context.RULE_ACTIVITY | json }}

[session]
SESSION_PASSWORD={{ context.SESSION_PASSWORD }}
SESSION_COOKIE_NAME={{ context.SESSION_COOKIE_NAME }}
Expand Down

0 comments on commit 421a5a1

Please sign in to comment.