Blame view

Config/config.json 302 Bytes
74de40c6   aarongao   init
1
2
{
  "tagType": ["menu","normal"],
128c8d27   aarongao   upload
3
  "dbPath": "127.0.0.1:27017",
1fb183f6   aarongao   .
4
5
6
  "dbName": "LeYouTu",
  "dbUser": "leyoutu",
  "dbPassword": "leyoutu123456",
8a882f01   aarongao   1.0
7
8
  "redisPath": "127.0.0.1:6379",
  "Env": "DEV",
5bd8aa90   aarongao   V1.0
9
  "tokenSecret": "token.secret",
869149fa   aarongao   ..
10
  "ServerPort": ":8080",
74de40c6   aarongao   init
11
  "ApiVersion": "1.1",