-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
65 lines (48 loc) · 1.77 KB
/
.env.example
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
NODE_ENV = development
ENVIRONMENT = development # Set to 'test' to disable authentication during testing
# SvelteKit ENV
ORIGIN = "https://dev.oddinvictus.nl"
PROTOCOL_HEADER=x-forwarded-proto
HOST_HEADER=x-forwarded-host
DATABASE_URL="mysql://ibs3:password@mariadb:3306/ibs3?schema=public"
BACKEND_URL="http://localhost:3000"
MONGO_URI="mongodb+srv://ibs3:password@host/?retryWrites=true&w=majority&appName=ibs3"
MONGO_DB_NAME="ibs3"
DISABLE_MONGO="false" # Set to 'true' to disable MongoDB
IBS_CLIENT_ID = "CLIENT_ID"
IBS_CLIENT_SECRET = "CLIENT_SECRET"
IBS_ISSUER = 'https://auth.example.com/application/o/ibs/'
AUTHENTIK_BASE_URL = "https://auth.example.com"
AUTHENTIK_GROUP_NAME = 'ibs3_users'
AUTHENTIK_TOKEN = 'aaasDJKASJDHSAJKHDLOIJASHDIABDSKJASJKDJKAS'
ORIGIN = "https://dev.example.com"
DISCORD_NOTIFICATION_WEBHOOK = "https://discord.com/api/webhooks/server/key"
DISCORD_IBS_WEBHOOK = "https://discord.com/api/webhooks/server/key"
UPLOAD_FOLDER=./static/upload
PUBLIC_GITHUB_LINK="https://github.com/ODDInvictus/ibs3"
PUBLIC_VERSION="TEST VERSION"
# Strafbakken
COLOSSEUM_IP = "192.168."
CAMPUS_IP = "82.183."
# Email
MAILCOW_API_URL=https://mail.example.com
MAILCOW_API_KEY=
EMAIL_DOMAIN = "example.com"
EMAIL_SENDER = "Invictus Bier Systeem <[email protected]>"
EMAIL_BACKEND_SENDER = "IBS Backend <[email protected]>"
ADMIN_EMAIL = "Admin <[email protected]>"
EMAIL_REPLY_TO = "Senaat <[email protected]>"
# Email SMTP
SMTP_HOST = "smtp.example.com"
SMTP_PORT = 587
SMTP_USER = ""
SMTP_PASSWORD = ""
CRONTAB_LDAP=0 6 * * *
CRONTAB_EMAIL=0 7 * * *
IBS_URL="https://example.com"
EMAIL_IBS_LOGO=https://static.example.com/ibs_logo_v2.png
# Spotify
SPOTIFY_CLIENT_SECRET = "CLIENT_SECRET"
QUOTE_API_URL = https://example.com
# Financieel
PUBLIC_IBAN = "NL00 RABO 0000 0000 00"