Add new file
This commit is contained in:
parent
eace2869fb
commit
159cb02bf0
18
cfg/config.mjs
Normal file
18
cfg/config.mjs
Normal file
|
@ -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: ""
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue
Block a user