diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 17:59:41 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 18:00:00 -0700 |
| commit | 3fbbcebecc04b4af833cbb503e88436438036a78 (patch) | |
| tree | 70d787e2386bb8bc15347acc684334586a03060c | |
| parent | 0e4c236b8a52af749b9c24f67bc33e0ff884d1a7 (diff) | |
| download | hatecomputers.club-3fbbcebecc04b4af833cbb503e88436438036a78.tar.gz hatecomputers.club-3fbbcebecc04b4af833cbb503e88436438036a78.zip | |
update env example
| -rw-r--r-- | .env.example | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/.env.example b/.env.example index bef9b08..5a3c0d3 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,13 @@ -CLOUDFLARE_TOKEN= -CLOUDFLARE_ZONE= +CLOUDFLARE_TOKEN=dumb +CLOUDFLARE_ZONE=dumb -OAUTH_CLIENT_ID -OAUTH_CLIENT_SECRET +# 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
\ No newline at end of file +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 |
