version 1.0.0 commit

This commit is contained in:
Soulful Sailer
2026-03-04 21:00:14 -06:00
parent 13061a389f
commit eb0916d90a
17 changed files with 1941 additions and 0 deletions

11
config-template.json Normal file
View File

@@ -0,0 +1,11 @@
{
"port": 80,
"filesFolder": "static",
"pgClient": {
"user": "",
"host": "127.0.0.1",
"database": "",
"password": "",
"port": ""
}
}