fruit-bowl/environments/production/modules/authentik/templates/.env.erb

9 lines
260 B
Text
Raw Normal View History

2025-04-01 17:40:03 +00:00
AUTHENTIK_HOST=<%= @authentik_host %>
AUTHENTIK_INSECURE=false
PG_HOST=<%= @authentik_pg_host %>
PG_USER=<%= @authentik_pg_user %>
PG_PASS=<%= @authentik_pg_pass %>
AUTHENTIK_SECRET_KEY=<%= @authentik_secret_key %>
AUTHENTIK_TOKEN=<%= @authentik_rac_token %>