Upload config.js
Browse files
lx-sync/3cda152c-b53b-49cf-bdbb-e10aa757c8b9_1775035102619_config.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
module.exports = {
|
| 2 |
+
"serverName": "GoogLD Server",
|
| 3 |
+
"proxy.enabled": false,
|
| 4 |
+
"proxy.header": "x-real-ip",
|
| 5 |
+
"user.enablePath": true,
|
| 6 |
+
"user.enableRoot": false,
|
| 7 |
+
"user.enablePublicRestriction": true,
|
| 8 |
+
"maxSnapshotNum": 10,
|
| 9 |
+
"list.addMusicLocationType": "top",
|
| 10 |
+
"frontend.password": "654321`",
|
| 11 |
+
"player.enableAuth": true,
|
| 12 |
+
"player.password": "GoogLD-Music",
|
| 13 |
+
"webdav.url": "https://imghub-74x.pages.dev/dav",
|
| 14 |
+
"webdav.username": "GoLD",
|
| 15 |
+
"webdav.password": "654321Abc.",
|
| 16 |
+
"sync.interval": 60,
|
| 17 |
+
"users": [
|
| 18 |
+
{
|
| 19 |
+
"name": "GoLD",
|
| 20 |
+
"password": "654321`"
|
| 21 |
+
}
|
| 22 |
+
]
|
| 23 |
+
}
|