setting.json 444 B

12345678910111213141516171819
  1. {
  2. "ServerVersion": "0.1.0",
  3. "ServerDomain": "localhost",
  4. "ServerHost": "localhost",
  5. "ServerPort": "80",
  6. "ServerSSL": false,
  7. "ServerSSLCert": "",
  8. "ServerSSLKey": "",
  9. "PgHost": "127.0.0.1",
  10. "PgPort": "5432",
  11. "PgUser": "postgres",
  12. "PgPass": "1234",
  13. "PgBase": "baseVK",
  14. "Data": "./data/",
  15. "Docs": "./data/docs/",
  16. "Assets": "./front/asset/",
  17. "HTML": "./front/html/",
  18. "Log": "./log/"
  19. }