-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store client ID and domain encrypted. Signed-off-by: Artem Chernyshev <[email protected]>
- Loading branch information
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,13 @@ email: [email protected] | |
host: localhost | ||
additional-hosts: [] | ||
bind_addr: 0.0.0.0:443 | ||
client-id: jS47T064CfFE1IqqIYZ8HfYLkZhFoa1Y | ||
auth0-domain: sidero-omni-dev.us.auth0.com | ||
pprof-bind-addr: 0.0.0.0:2135 | ||
|
||
# auth0 client id and domain is used to enable authentication flow | ||
# you can create a free dev account in Auth0 and create an app there | ||
# client-id: <client-id> | ||
# auth0-domain: <auth0-domain> | ||
|
||
# registry-mirrors: # optional, but speeds up deployments a lot | ||
# docker.io: http://172.20.0.1:5000 | ||
# k8s.gcr.io: http://172.20.0.1:5001 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters