|
@@ -1,7 +1,7 @@
|
1
|
1
|
server:
|
2
|
2
|
port : 8888
|
3
|
3
|
secret_key : "ultrasecretkey" # change this!
|
4
|
|
- debug : False # Debug mode, only for development
|
|
4
|
+ debug : True # Debug mode, only for development
|
5
|
5
|
request_timeout : 2.0 # seconds
|
6
|
6
|
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
7
|
7
|
themes_path : "" # Custom ui themes path
|
|
@@ -95,9 +95,9 @@ engines:
|
95
|
95
|
engine : openstreetmap
|
96
|
96
|
shortcut : osm
|
97
|
97
|
|
98
|
|
- - name : piratebay
|
99
|
|
- engine : piratebay
|
100
|
|
- shortcut : tpb
|
|
98
|
+# - name : piratebay
|
|
99
|
+# engine : piratebay
|
|
100
|
+# shortcut : tpb
|
101
|
101
|
|
102
|
102
|
- name : soundcloud
|
103
|
103
|
engine : soundcloud
|