forked from georgejin110/useful
-
Notifications
You must be signed in to change notification settings - Fork 1
/
webgui.yml
56 lines (52 loc) · 1.28 KB
/
webgui.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
type: m
empty: false
manager:
address: 127.0.0.1:4009
password: '123456'
plugins:
flowSaver:
use: true
user:
use: true
account:
use: true
pay:
hour:
price: 0.05
flow: 500000000
day:
price: 0.5
flow: 7000000000
week:
price: 3
flow: 50000000000
month:
price: 10
flow: 200000000000
season:
price: 30
flow: 200000000000
year:
price: 120
flow: 200000000000
email:
use: true
username: '[email protected]'
password: 'd17948acadd6b63b3e386ea6a98d2f93-e89319ab-fa1e57df'
host: 'smtp.mailgun.org'
port: 25
webgui:
use: true
host: '0.0.0.0'
port: '80'
site: 'http://127.0.0.1'
gcmSenderId: '456102641793'
gcmAPIKey: 'AAAAGzzdqrE:XXXXXXXXXXXXXX'
alipay:
use: true
appid:
notifyUrl: ''
merchantPrivateKey: ''
alipayPublicKey: ''
gatewayUrl: 'https://openapi.alipay.com/gateway.do'
db: 'webgui.sqlite'