Skip to content

Commit 610ce43

Browse files
committed
test: enable multi datastream and actuation in frost docker-compose.yml
1 parent 768aeba commit 610ce43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frost_server/docker-compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ services:
44
environment:
55
# For all settings see: https://fraunhoferiosb.github.io/FROST-Server/settings/settings.html
66
- serviceRootUrl=http://localhost:8080/FROST-Server
7-
- plugins_multiDatastream.enable=false
7+
- plugins_multiDatastream.enable=true
8+
- plugins_actuation.enable=true
89
- plugins_odata.enable=true
910
- http_cors_enable=true
1011
- http_cors_allowed_origins=*

0 commit comments

Comments
 (0)