-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
59 lines (47 loc) · 1.97 KB
/
config.yml
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
#######################################################################
# WEB PUBLIC OPTIONS #
#######################################################################
WebPublic:
DomainName: lvh.me
HttpPort: 80
HttpIp: 123.45.6.7
Https:
Enabled: false
Port: 443
Ip: 123.45.6.7
# Provider to use, possible values: custom, letsencrypt
Provider: letsencrypt
# ++++++ For letsencrypt only ++++++
SubscriberEmail: [email protected]
CertFolder: ssl
# ++++++ For custom only ++++++
CertPemFileName: ssl/cert.pem
KeyPemFileName: ssl/key.pem
#######################################################################
# WEB PAGES OPTIONS #
#######################################################################
WebPagesFolder: pages
JsSettingsPath: /js/_settings.js
#######################################################################
# COMMAND OPTIONS #
#######################################################################
CommandPathPrefix: /cmd/
ParametersCountLimit: 30
CommandParametersFileName: command_parameters.json
#######################################################################
# OAUTH OPTIONS #
#######################################################################
OAuthVerificationCodePath: /cmd/oauth_verification_code
OAuthYandex:
ClientId: aaa
ClientSecret: bbb
OAuthGoogle:
ClientId: ccc
ClientSecret: ddd
OAuthGitHub:
ClientId: eee
ClientSecret: fff
#######################################################################
# DATABASE OPTIONS #
#######################################################################
DbConnectionString: sqlserver://user:pawword@localhost?database=test&connection+timeout=30