diff --git a/internal/platform/config/config.json b/internal/platform/config/config.json new file mode 100644 index 0000000..b5b5033 --- /dev/null +++ b/internal/platform/config/config.json @@ -0,0 +1,35 @@ +{ + "csrf": { + "cookieName": "" + }, + "database": { + "server": "", + "port": 3306, + "databaseName": "", + "maxOpenConnections": 10, + "maxIdleConnections": 5, + "connectionMaxLifetime": "", + "username": "", + "password":"" + }, + "httpServer": { + "port": 8082, + "address": "", + "productionMode": false + }, + "license": { + "apiUrl": "", + "apiKey": "" + }, + "session": { + "cookieName": "", + "lifetime": "", + "idleTimeout": "", + "rememberCookieName": "", + "rememberDuration": "" + }, + "site": { + "siteName": "", + "copyrightYearStart": 0 + } +} \ No newline at end of file