update env example
continuous-integration/drone/push Build is running Details

This commit is contained in:
Elizabeth Hunt 2024-10-14 17:59:41 -07:00
parent 0e4c236b8a
commit 3fbbcebecc
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 2909B9A7FF6213EE
1 changed files with 10 additions and 5 deletions

View File

@ -1,8 +1,13 @@
CLOUDFLARE_TOKEN= CLOUDFLARE_TOKEN=dumb
CLOUDFLARE_ZONE= CLOUDFLARE_ZONE=dumb
OAUTH_CLIENT_ID # OAUTH_CLIENT_ID=hatecomputers-club
OAUTH_CLIENT_SECRET # OAUTH_CLIENT_SECRET=
OAUTH_SCOPES=profile,openid,email OAUTH_SCOPES=profile,openid,email
OAUTH_AUTH_URL=https://auth.hatecomputers.club/ui/oauth2 OAUTH_AUTH_URL=https://auth.hatecomputers.club/ui/oauth2
OAUTH_TOKEN_URL=https://auth.hatecomputers.club/oauth2/token OAUTH_TOKEN_URL=https://auth.hatecomputers.club/oauth2/token
OAUTH_CLIENT_ID=hatecomputers-club-dev
OAUTH_CLIENT_SECRET=
OAUTH_REDIRECT_URI=https://dev.arm.internal.simponic.xyz/auth
OAUTH_USER_INFO_URI=https://auth.hatecomputers.club/oauth2/openid/hatecomputers-club-dev/userinfo