forked from NikhilM98/sugarizer-school-portal-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
47 lines (40 loc) · 797 Bytes
/
config.ini
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
[information]
name = Sugarizer School Portal
description = Web Interface for Sugarizer School Portal
[web]
port = 8080
[security]
min_password_size = 4
max_age = 172800000
https = false
certificate_file = ../server.crt
key_file = ../server.key
strict_ssl = false
salt_rounds = 10
verification = true
smtp_port = 465
smtp_host = smtp_host
smtp_tls_secure = true
smtp_user = smtp_user
smtp_pass = smtp_pass
smtp_email = [email protected]
[database]
server = 127.0.0.1
port = 27017
name = schoolportal
waitdb = 1
replicaset = false
[collections]
users = users
deployments = deployments
[system]
helm_binary = helm
kubectl_binary = kubectl
chart_path = ../sugarizer-chart/
replicaset = true
databaseUrl = mymongodb
hostName = sugarizer.tools
[log]
level = 1
[webhooks]
slack_webhook_url = false