forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsul.yml
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathconsul.yml
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
# production:
# host: 10.11.12.13
# port: 8500
# ssl: true
# acl_token: "xxxxxxxx-yyyy-zzzz-1111-222222222222"
# test:
# host: consul
# port: 8500
# ssl: false
# init_values:
# canvas:
# signing-secret: astringthatisactually32byteslong
# encryption-secret: astringthatisactually32byteslong
# rich-content-service:
# app-host: rce.docker
# cdn-host: rce.docker
# address-book:
# app-host: http://address-book.docker
# secret: opensesame
# live-events-subscription-service:
# app-host: http://les.docker
# sad-panda: null
# development:
# host: consul
# port: 8500
# ssl: false
# init_values:
# canvas:
# signing-secret: astringthatisactually32byteslong
# encryption-secret: astringthatisactually32byteslong
# rich-content-service:
# app-host: rce.docker
# cdn-host: null
# address-book:
# app-host: http://address-book.docker
# secret: opensesame
# live-events-subscription-service:
# app-host: http://les.docker
# sad-panda: null