We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc218a commit e4b0510Copy full SHA for e4b0510
docker/virtuoso_settings.docker.yml
@@ -5,7 +5,7 @@ production:
5
username: dba
6
password: <%= ENV["DBA_PASSWORD"] %>
7
8
- private_graph: ENV["RDF_PRIVATE_GRAPH"]
9
- public_graph: ENV["RDF_PUBLIC_GRAPH"]
+ private_graph: <%= ENV["RDF_PRIVATE_GRAPH"] %>
+ public_graph: <%= ENV["RDF_PUBLIC_GRAPH"] %>
10
11
disabled: <%= !ENV["VIRTUOSO"].present? %>
0 commit comments