mirror of
https://github.com/easychen/pushdeer.git
synced 2024-11-14 14:29:23 +08:00
8 lines
152 B
JavaScript
8 lines
152 B
JavaScript
module.exports = config = {
|
|
port: 5003,
|
|
mainServerAuthToken: "asdfghjkl",
|
|
hosts: [
|
|
"127.0.0.1"
|
|
],
|
|
mainServerUrl:"http://127.0.0.1:4567"
|
|
}; |