forked from cesium-ml/baselayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml.defaults
46 lines (40 loc) · 1.17 KB
/
config.yaml.defaults
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
app:
secret_key: abc01234 # This secret key can be any random string of
# characters.
#
# You should re-generate this for your application
# using:
#
# base64.b64encode(os.urandom(50)).decode('ascii')
factory:
database:
database:
host: localhost
port: 5432
user:
password:
paths:
downloads_folder: '/tmp'
server:
# From https://console.developers.google.com/
#
# - Create Client ID
# - Javascript origins: https://localhost:5000
# - Authorized redirect URLs: http://localhost:5000/complete/google-oauth2/
#
# You need to have Google+ API enabled; it takes a few minutes to activate.
auth:
debug_login: False
google_oauth2_key:
google_oauth2_secret:
services:
dask: True
ports:
websocket: 64000
fake_oauth: 63000
app: 5000
app_http_proxy: 5001
app_internal: 65000 # nginx forwards this port to ports:app
dask: 63500
websocket_path_in: 'ipc://run/message_flow_in'
websocket_path_out: 'ipc://run/message_flow_out'