-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
43 lines (34 loc) · 1.17 KB
/
Copy pathexample.env
File metadata and controls
43 lines (34 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
ENV=DEV
PORT=9999
PREFIX="d!"
DATABASE_HOST="localhost"
DATABASE_PORT="3306"
DATABASE_USER="root"
DATABASE_PASSWORD="password"
DATABASE_NAME="sentinel"
DISCORD_TOKEN=""
DISCORD_GUILD=""
DISCORD_LOG_CHANEL=""
DISCORD_CLIENT_ID=""
DISCORD_CLIENT_SECRET=""
DISCORD_REDIRECT_URI="http://localhost:10310/auth/login/discord"
# Shared secret every non-core Sentinel service uses at startup to fetch its
# pre-seeded bearer JWT from core. Same value in every service container.
INTERNAL_BOOTSTRAP_SECRET=""
# client_id of the shared Google Workspace account application
# (team@gauchoracing.com). The oauth service overrides identity claims for this
# client so authorized users sign in as the shared account. Leave empty to
# disable the override.
TEAM_GOOGLE_CLIENT_ID=""
# Google sync (sentinel-google service). Service-account JSON key with
# domain-wide delegation for the admin.directory.group.member scope, and the
# super-admin it impersonates. Leave empty to disable group syncing — the
# service still boots and serves binding CRUD.
GOOGLE_SERVICE_ACCOUNT=""
GOOGLE_ADMIN_SUBJECT=""
DRIVE_SERVICE_ACCOUNT=""
RSA_PUBLIC_KEY=""
RSA_PRIVATE_KEY=""
DRIVE_CRON=""
GITHUB_CRON=""
DISCORD_CRON=""