mirror of
https://github.com/openziti/zrok.git
synced 2025-07-12 20:25:30 +02:00
13 lines
272 B
YAML
13 lines
272 B
YAML
v: 3
|
|
host_match: ${ZROK_ZONE}
|
|
address: 0.0.0.0:8080
|
|
oauth:
|
|
bind_address: 0.0.0.0:8181
|
|
redirect_url: https://oauth.${ZROK_ZONE}
|
|
cookie_domain: ${ZROK_ZONE}
|
|
hash_key: ${ZROK_OAUTH_HASH_KEY}
|
|
providers:
|
|
- name: google
|
|
client_id: ""
|
|
client_secret: ""
|