Skip to content

Instantly share code, notes, and snippets.

@kalagxw
Created August 20, 2020 05:50
Show Gist options
  • Save kalagxw/8e8bb587ad9510edc15f63b30c62c6f6 to your computer and use it in GitHub Desktop.
Save kalagxw/8e8bb587ad9510edc15f63b30c62c6f6 to your computer and use it in GitHub Desktop.
{
"system": {
"logLevel": "debug",
"port": 3000,
"path": "/api",
"allowChangeUsername": false,
"userMaxBookmarkNum": 10,
"userMaxBookmarkItemNum": 100,
"corsDomain": [
"http://192.168.50.166"
],
"searchParmaNum": 3,
"allowSignup": false,
"defaultGroup": 2
},
"database": {
"dialect": "mysql",
"connectionLimit": 5,
"host": "mysql",
"port": 3306,
"username": "javclub",
"password": "mRPEd9pw87Mh7COs",
"database": "javclub"
},
"importer": {
"settings": {
"googleDrive": {
"queueNum": 1
}
},
"cron": [
{
"driveId": 11,
"interval": 36000000,
"doFull": true
}
]
},
"proxy": [
"https://javclub.kalagxw.vercel.app/"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment