diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example index af80e67..bef9b08 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,8 @@ CLOUDFLARE_TOKEN= CLOUDFLARE_ZONE= + +OAUTH_CLIENT_ID +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 |
