14 lines
477 B
Plaintext
14 lines
477 B
Plaintext
CLOUDFLARE_TOKEN=dumb
|
|
CLOUDFLARE_ZONE=dumb
|
|
|
|
# OAUTH_CLIENT_ID=hatecomputers-club
|
|
# OAUTH_CLIENT_SECRET=
|
|
OAUTH_SCOPES=profile,openid,email
|
|
OAUTH_AUTH_URL=https://auth.hatecomputers.club/ui/oauth2
|
|
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
|