-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathssp-values.yaml
37 lines (37 loc) · 1.4 KB
/
ssp-values.yaml
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
sspNamespace: schoolportal # No need to change
hostName: sugarizer.tools # The domain on which SSP will be accessible
deployment:
host: sugarizer.tools # The domain on which subdomains will be created for Sugarizer Server deployments.
https: true # Options: true (default), false. The value will be overwritten with -s flag
production: false # Required only if HTTPs is true. Use to switch between letsencrypt Staging and Production server.
database:
databaseUrl: mymongodb # No need to change
replicaset: true # No need to change
cluster: # Not required if HTTPS is false.
provider: azure # Provier will be overwritten by setup. Options: gke, azure, aws
# If provider is gke
gcpProjectId: null
gcpServiceAccount: null
# If provider is azure
azureClientSecret: null
azureSPAppId: null
azureSubscriptionId: null
azureTenantId: null
azureDnsZoneResourceGroup: null
azureDnsZone: sugarizer.tools
# If provider is aws
awsClientSecret: null
awsRegion: null
awsAccessKeyId: null
awsRole: null # set it to null if you don't have one
awsDnsZone: sugarizer.tools
verification: # Optional
enabled: false # Set it to true to enable client email validation
smtpPort: 465
smtpHost: smtp.example.com
smtpTlsSsecure: true
smtpUser: null
smtpPass: null
smtpEmail: email@smtp.example.com
webhook: # Optional
slackWebhookUrl: null