You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ONBUILD of mu-ruby-template takes care of everything
14
14
@@ -18,7 +18,7 @@ The template supports the following environment variables:
18
18
19
19
-`MU_SPARQL_ENDPOINT`: SPARQL read endpoint URL. Default: `http://database:8890/sparql` (the triple store should be linked as `database` to the microservice).
20
20
21
-
-`MU_SPARQL_UPDATE_ENDPOINT`: SPARQL update endpoint path. This should be a path relative to the base of `MU_SPARQL_ENDPOINT`. Defaults to`/sparql`.
21
+
-`MU_SPARQL_UPDATE_ENDPOINT`: SPARQL update endpoint path. This should be a path relative to the base of `MU_SPARQL_ENDPOINT`. Default:`/sparql`.
22
22
23
23
-`MU_APPLICATION_GRAPH`: configuration of the graph in the triple store the microservice will work in. Default: `http://mu.semte.ch/application`. The graph name can be used in the service via `settings.graph`.
24
24
@@ -29,7 +29,7 @@ To use the template while developing your app, start a container in development
29
29
30
30
docker run --volume /path/to/your/code:/app
31
31
-e RACK_ENV=development
32
-
-d semtech/mu-ruby-template:2.0.0-ruby2.3
32
+
-d semtech/mu-ruby-template:2.3.0-ruby2.3
33
33
34
34
Changes will be automatically picked up by Sinatra.
35
35
@@ -80,7 +80,7 @@ To run the tests while developing, start an interactive container in the test en
0 commit comments