You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.json 322B

1234567891011121314
  1. {
  2. "logs": "storage/logs/luticate.log",
  3. "websocket": {
  4. "address": "0.0.0.0",
  5. "port": 8180
  6. },
  7. "databases": [
  8. ],
  9. "settings": {
  10. "API_ENTRYPOINT": "http://horaires.sts.saguenay.ca/api/",
  11. "API_CONFIG_WEBPAGE": "http://horaires.sts.saguenay.ca/",
  12. "USERS_SETTING_DIR": "storage/usersSettings"
  13. }
  14. }