Commit cdc7f822 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

html5as: move server url to configuration section

parent 4d6ce023
......@@ -57,6 +57,7 @@ nb_workers = 2
# Network
ip = $${slap-network-information:global-ipv6}
port = 8081
access_url = http://[$${:ip}]:$${:port}
# Paths
# Log
......@@ -113,4 +114,4 @@ context =
[publish-connection-information]
recipe = slapos.cookbook:publish
server_url = http://[$${html5as:ip}]:$${html5as:port}
server_url = $${html5as:access_url}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment