forked from steemit/condenser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.json
99 lines (99 loc) · 2.48 KB
/
default.json
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"database_url": "sqlite:///tmp/sqlite.db",
"disable_signups": false,
"facebook_app_id": false,
"grant": {
"facebook": {
"callback": "/handle_facebook_callback",
"key": "",
"scope": [
"email",
"user_location"
],
"secret": ""
},
"reddit": {
"callback": "/handle_reddit_callback",
"custom_params": {
"duration": "temporary",
"state": "void"
},
"key": "",
"scope": [
"identity"
],
"secret": ""
},
"server": {
"host": "localhost:3002",
"protocol": "http"
}
},
"google_analytics_id": false,
"helmet": {
"directives": {
"childSrc": "'self' www.youtube.com staticxx.facebook.com w.soundcloud.com player.vimeo.com",
"connectSrc": "'self' steemit.com steemd.steemit.com api.blocktrades.us",
"defaultSrc": "'self' www.youtube.com staticxx.facebook.com player.vimeo.com",
"fontSrc": "data: fonts.gstatic.com",
"frameAncestors": "'none'",
"imgSrc": "* data:",
"objectSrc": "'none'",
"pluginTypes": "application/pdf",
"scriptSrc": "'self' www.google-analytics.com connect.facebook.net",
"styleSrc": "'self' 'unsafe-inline' fonts.googleapis.com"
},
"reportOnly": false,
"setAllHeaders": true
},
"img_proxy_prefix": "https://steemitdevimages.com/",
"ipfs_prefix": false,
"mixpanel": false,
"notify": {
"gcm_key": "google secret key"
},
"read_only_mode": false,
"recaptcha": {
"secret_key": false,
"site_key": false
},
"registrar": {
"account": "-",
"fee": "9.000 STEEM",
"delegation": "220000.000000 VESTS",
"signing_key": "5J..."
},
"requestAccountRecovery": {
"recovery_account": "steem",
"signing_key": "5J..."
},
"sendgrid": {
"from": "[email protected]",
"key": "SG.xxx_yyyy",
"templates": {
"confirm_email": false,
"waiting_list_invite": false
}
},
"server_session_secret": "exiKdyF+IwRIXJDmtGIl4vWUz4i3eVSISpfZoeYc0s4=",
"session_cookie_key": "stm-dev",
"session_key": "steemses",
"site_domain": "steemitdev.com",
"tarantool": {
"host": "localhost",
"password": "",
"port": "3301",
"username": "guest"
},
"telesign": {
"customer_id": false,
"rest_api_key": false
},
"twilio": {
"account_sid": false,
"auth_token": false
},
"upload_image": false,
"ws_connection_client": "wss://steemd.steemit.com",
"ws_connection_server": "wss://steemd.steemit.com"
}