-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (18 loc) · 807 Bytes
/
.env.example
File metadata and controls
20 lines (18 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DB_HOST=""
DB_PORT=
DB_USERNAME=""
DB_PASSWORD=""
DB_NAME=""
OAUTH_OBJECT_ID=""
OAUTH_APP_ID=""
OAUTH_TENANT_ID="" # Your Azure AD Tenant ID (required for tenant-specific authentication)
OAUTH_AUTHORITY="https://login.microsoftonline.com/" # Base authority URL (tenant ID will be appended)
OAUTH_APP_CLIENT_SECRET="x"
OAUTH_AUTHORIZE_ENDPOINT="/oauth2/v2.0/authorize"
OAUTH_TOKEN_ENDPOINT="/oauth2/v2.0/token"
OUTH_ID_METADATA="/v2.0/.well-known/openid-configuration"
OAUTH_SCOPES="Presence.ReadWrite offline_access User.Read User.ReadBasic.All openid email profile GroupMember.Read.All Presence.Read.All People.Read.All People.Read"
# OAUTH_REDIRECT_URI=https://backend.app.scv.si/auth/redirect
OAUTH_REDIRECT_URI="http://localhost:5050/auth/redirect"
#
GITHUB_TOKEN="" #Just for kamal local deployments