mirror of https://github.com/clickscodes/nucleus
parent
6d53741e8e
commit
09f213fd1e
@ -0,0 +1,4 @@
|
|||||||
|
import format from "./src/config/format.js";
|
||||||
|
|
||||||
|
await format(true)
|
||||||
|
process.exit(0)
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"token": "",
|
||||||
|
"developmentToken": "",
|
||||||
|
"managementGuildID": "",
|
||||||
|
"developmentGuildID": "",
|
||||||
|
"enableDevelopment": true,
|
||||||
|
"owners": [],
|
||||||
|
"verifySecret": "",
|
||||||
|
"mongoUrl": "mongodb://127.0.0.1:27017/",
|
||||||
|
"baseUrl": "/",
|
||||||
|
"pastebinApiKey": "",
|
||||||
|
"pastebinUsername": "",
|
||||||
|
"pastebinPassword": ""
|
||||||
|
}
|
||||||
Loading…
Reference in new issue