-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserversSettings.json
More file actions
28 lines (28 loc) · 1.02 KB
/
Copy pathserversSettings.json
File metadata and controls
28 lines (28 loc) · 1.02 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
{
"SQLServer": {
"DSN": "server=mssql;user id=PlanningPoker;password=Pa$$word;database=PlanningPoker;",
"TypeSql": "mssql"
},
"ServerHost": {
"Protocol": "http://",
"Host": "localhost",
"Port": ":80",
"InternalHostName": "http://localhost/",
"ExternalHostName": "http://localhost/",
"Room": "rooms?roomId=",
"ExternalPathToLoginForm": "http://localhost/loginform",
"ExternalPathToNewRoom": "http://localhost/newroom",
"ExternalPathToRegistrationForm": "http://localhost/registrationform",
"ExternalPathToRestoreAcc": "http://localhost/restore-account",
"ExternalPathToChangePass": "http://localhost/update-password",
"WebSocketProtocol": "ws://",
"WebSocketExternalAddress": "ws://localhost/echo?roomId=",
"RestoreAccount": "change-password-form?linkRestore="
},
"SmtpServer": {
"Host": "smtp.*.*",
"LoginHost": "*",
"PassHost": "*",
"PortHost": ":587"
}
}