fruit-bowl/environments/production/modules/authentik/templates/.env.erb
2025-04-01 17:40:03 +00:00

9 lines
No EOL
260 B
Text

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 %>