ava/.env.example

24 lines
533 B
Plaintext
Raw Normal View History

# Authentication route
OAUTH2__AUTHENTICATE=
# Logout route
OAUTH2__LOGOUT=
# Token route
OAUTH2__GET_TOKEN=
# Client id
OAUTH2__CLIENT_ID=
# Client secret
OAUTH2__CLIENT_SECRET=
2024-07-10 04:29:44 -07:00
# OAuth2 scopes
OAUTH2__SCOPES=openid profile
# Userinfo route
2024-07-09 21:54:17 -07:00
USERINFO__ROUTE=
2024-07-10 04:29:44 -07:00
# Identifier you'd like to use to link avatars with
USERINFO__IDENTIFIER=preferred_username
2024-07-09 21:54:17 -07:00
# Comma-separated list of allowed image types
ALLOWED_TYPES=image/jpg,image/jpeg,image/png,image/png,image/webp,image/gif
2024-07-09 21:54:17 -07:00
# Prisma database URL
2024-07-11 02:38:57 -07:00
DATABASE_URL=file:../.data/data.db