-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpipe.json
More file actions
16 lines (16 loc) · 596 Bytes
/
pipe.json
File metadata and controls
16 lines (16 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"Server": "http://localhost:5897",
"StaticServer": "",
"StaticResourceVersion": "1653372433379",
"RuntimeMode": "dev",
"LogLevel": "debug",
"ShowSQL": false,
"SessionSecret": "",
"SessionMaxAge": 86400,
"SQLite": "${home}/pipe.db",
"MySQL": "user:password@(localhost:3306)/pipe?charset=utf8mb4&parseTime=True&loc=Local&timeout=1s&readTimeout=16s&writeTimeout=16s",
"Postgres": "postgres://user:password@localhost:5432/pipe?search_path=pipe&sslmode=disable",
"Port": "5897",
"AxiosBaseURL": "/api",
"MockServer": "http://localhost:8888"
}