Skip to content

Commit ad51452

Browse files
committed
update fallback config file
1 parent 9912d01 commit ad51452

File tree

1 file changed

+18
-27
lines changed

1 file changed

+18
-27
lines changed

src/main/resources/application-demo.yml

Lines changed: 18 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,31 @@ proxy:
55
heartbeat-rate: 10000
66
heartbeat-timeout: 60000
77
port: 8080
8-
authentication: ldap
8+
authentication: simple
99
admin-groups: scientists
1010
# Example: 'simple' authentication configuration
1111
users:
12-
- name: jack
13-
password: password
14-
groups: scientists
15-
- name: jeff
16-
password: password
17-
groups: mathematicians
18-
# Example: 'ldap' authentication configuration
19-
ldap:
20-
url: ldap://ldap.forumsys.com:389/dc=example,dc=com
21-
user-dn-pattern: uid={0}
22-
group-search-base:
23-
group-search-filter: (uniqueMember={0})
24-
manager-dn: cn=read-only-admin,dc=example,dc=com
25-
manager-password: password
26-
# Docker configuration
12+
- name: jack
13+
password: password
14+
groups: scientists
15+
- name: jeff
16+
password: password
17+
groups: mathematicians
2718
docker:
2819
url: http://localhost:2375
2920
port-range-start: 20000
3021
specs:
31-
- id: 01_hello
32-
display-name: Hello Application
33-
description: Application which demonstrates the basics of a Shiny app
34-
container-cmd: ["R", "-e", "shinyproxy::run_01_hello()"]
35-
container-image: openanalytics/shinyproxy-demo
36-
access-groups: [scientists, mathematicians]
37-
- id: 06_tabsets
38-
container-cmd: ["R", "-e", "shinyproxy::run_06_tabsets()"]
39-
container-image: openanalytics/shinyproxy-demo
40-
access-groups: scientists
22+
- id: 01_hello
23+
display-name: Hello Application
24+
description: Application which demonstrates the basics of a Shiny app
25+
container-cmd: [ "R", "-e", "shinyproxy::run_01_hello()" ]
26+
container-image: openanalytics/shinyproxy-demo
27+
access-groups: [ scientists, mathematicians ]
28+
- id: 06_tabsets
29+
container-cmd: [ "R", "-e", "shinyproxy::run_06_tabsets()" ]
30+
container-image: openanalytics/shinyproxy-demo
31+
access-groups: scientists
4132

4233
logging:
4334
file:
44-
shinyproxy.log
35+
name: shinyproxy.log

0 commit comments

Comments
 (0)