-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
59 lines (42 loc) · 1.46 KB
/
.env.example
File metadata and controls
59 lines (42 loc) · 1.46 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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"
IBS_CLIENT_ID = "CLIENT_ID"
IBS_CLIENT_SECRET = "CLIENT_SECRET"
IBS_ISSUER = 'https://auth.example.com/application/o/ibs/'
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 <ibs@example.com>"
EMAIL_BACKEND_SENDER = "IBS Backend <ibs.backend@example.com>"
ADMIN_EMAIL = "Admin <admin@example.com>"
EMAIL_REPLY_TO = "Senaat <senaat@example.com>"
# 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"