Implement basic config file

This commit is contained in:
2023-11-19 15:28:39 +08:00
parent 982565bd95
commit 1f52134bd7
3 changed files with 47 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"ROOT_URL": "http://localhost/",
"ROOT_DIR": "/var/www/html/",
"IMG_DIR": "img/",
"THUMBNAIL_DIR": "thumbnails/"
}