reading https files path from json

This commit is contained in:
mrfry 2023-04-11 11:17:07 +02:00
parent 5ce0c2d71c
commit 088a3785cc
4 changed files with 37 additions and 3 deletions

View file

@ -212,6 +212,7 @@ https://gitlab.com/MrFry/moodle-test-userscript
.
├── data/ server specific data files not tracked by git
│ ├── admins.json forum admins. should be removed and should use admin column from user db
│ ├── httpsfiles.json file including privkeyFile, fullchainFile, chainFile for https functionality
│ ├── apiRootRedirectTo url where domain/api should redirect to
│ ├── dbs/ directory for databases, and for their backups
│ ├── domain the domain the server is hosted on. Used when `DOMAIN` env var is empty