6 lines
158 B
Bash
6 lines
158 B
Bash
# Open WebUI credentials
|
|
<%- if authentik_enabled %>
|
|
OAUTH_CLIENT_ID=<< authentik_client_id >>
|
|
OAUTH_CLIENT_SECRET=<< authentik_client_secret >>
|
|
<%- endif %>
|