Allow exposing graphdb and phpmyadmin via config
This commit is contained in:
parent
9f7ec20593
commit
a90c68bf5e
8 changed files with 139 additions and 14 deletions
|
|
@ -43,6 +43,13 @@ http:
|
|||
# In the future, it will be enabled by default, but at this point it is not.
|
||||
api: null
|
||||
|
||||
# Enable serving the triplestore webinterface publically under the "_ts" domain
|
||||
ts: null
|
||||
|
||||
# Enable serving the phpmyadmin webinterface publically under the "_phymyadmin" domain
|
||||
phpmyadmin: null
|
||||
|
||||
|
||||
# Configuration for the (public) homepage of the distillery.
|
||||
home:
|
||||
# the title of the distillery to be set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue