mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02:00
improve inline docs in 'etc/frontend.yml'
This commit is contained in:
parent
f98a164e62
commit
de28ad0e93
@ -7,10 +7,25 @@
|
|||||||
# The OAuth configuration is used when enabling OAuth authentication with your public frontend.
|
# The OAuth configuration is used when enabling OAuth authentication with your public frontend.
|
||||||
#
|
#
|
||||||
#oauth:
|
#oauth:
|
||||||
|
# # `redirect_host` and `redirect_port` should correspond with the DNS hostname and URL representing
|
||||||
|
# # the OAuth frontend you'll use with your installation.
|
||||||
|
# #
|
||||||
# redirect_host: oauth.zrok.io
|
# redirect_host: oauth.zrok.io
|
||||||
# redirect_port: 28080
|
# redirect_port: 28080
|
||||||
|
#
|
||||||
|
# # `redirect_http_only` will generate an HTTP URI for your OAuth frontend, rather than HTTPS. This
|
||||||
|
# # should only be set to `true` in development environments.
|
||||||
|
# #
|
||||||
# redirect_http_only: false
|
# redirect_http_only: false
|
||||||
|
#
|
||||||
|
# # `hash_key` is a unique key for your installation that is used to secure authentication payloads
|
||||||
|
# # with OAuth providers.
|
||||||
|
# #
|
||||||
# hash_key: "<yourRandomHashKey>"
|
# hash_key: "<yourRandomHashKey>"
|
||||||
|
#
|
||||||
|
# # `providers` contains an array of provider details enabled in your installation. Currently only
|
||||||
|
# # `google` and `github` are supported. Your configuration can include `google`, `github`, or both.
|
||||||
|
# #
|
||||||
# providers:
|
# providers:
|
||||||
# - name: google
|
# - name: google
|
||||||
# client_id: <client-id>
|
# client_id: <client-id>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user