-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-development.json
29 lines (29 loc) · 1.22 KB
/
config-development.json
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
{
"FileLocation": ".data",
"Host": "0.0.0.0:8080",
"Website_domain": "192.168.1.1:8080",
"SqlDataSourceName": "postgres://goblog:secret@192.168.1.1:6011/goblog?sslmode=disable",
"WebsiteName": "GOBLOG",
"ConcurrenceNum": 10,
"Key": "Fv`Oj^M-DG_OP:9_m6l;%\"8;1D(hx$Ie",
"PostKey": "KEt?Yi4X`Q|.mF5%DS1i1,8T2^5fq*|P",
"SmtpUsername": "",
"SmtpPassword": "",
"SmtpAddr": "",
"OAuthClientId": "GOBLOG",
"OAuthTokenUrl": "https://192.168.1.1:8010/oauth2/token",
"OAuthAuthUrl": "https://192.168.1.1:8010/oauth2/auth",
"OAuthSecret": "GOBLOGSECRET",
"OAuthLogoutUrl": "https://192.168.1.1:8010/oauth2/sessions/logout",
"OAuthLogoutRedirectUrl": "https://192.168.1.1:8080/login",
"JWKJsonUrl": "https://192.168.1.1:8010/.well-known/jwks.json",
"IntrospectTokenURL": "https://192.168.1.1:11109/api/introspect-token",
"Tls_cert_file": ".cache/localhost.crt",
"Tls_key_file": ".cache/localhost.key",
"Log_file": ".cache/log.txt",
"UploadFile": true,
"UploadFileEndpoint": "https://192.168.1.1:2002/file/upload",
"DownloadFileEndpoint": "https://192.168.1.1:2002",
"ClientCredentialsId": "b6cb9586-ac44-446f-b6fa-001bceb060e7",
"ClientCredentialsSecret": "GOBLOG_CLIENT_SECRET"
}