diff --git a/cfg/config.mjs b/cfg/config.mjs new file mode 100644 index 0000000..eda562f --- /dev/null +++ b/cfg/config.mjs @@ -0,0 +1,18 @@ +export default { + websrv: { + port: 8080, + static_options: { + dotfiles: "ignore", + etag: false, + extensions: ["html"], + index: false + } + }, + sql: { + server: "127.0.0.1", + port: 3306, + user: "", + password: "", + database: "" + } +}; \ No newline at end of file