env.json 226 B

12345678910111213
  1. {
  2. "developerEnv": "local",
  3. "identityKey": "app-key",
  4. "isDebug": true,
  5. "isLive": false,
  6. "app": {
  7. "port": "1050",
  8. "secretKey": "xuchhsmginyjkssm",
  9. "readTimeout": 200,
  10. "writeTimeout": 200,
  11. "maxHeaderBytes": 10
  12. }
  13. }