mirror of
https://github.com/easychen/pushdeer.git
synced 2025-02-23 08:24:55 +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"
|
||
|
};
|