Commit 7bb6e429 authored by Lu Xu's avatar Lu Xu 👀

software/theia: publish backend-url

parent 618653e5
......@@ -15,7 +15,7 @@
[instance]
filename = instance.cfg.in
md5sum = 4f119df2b2d71e5ec1fd04051fd8fff8
md5sum = 352bdd801c8135f504d7f58ba5309838
[yarn.lock]
filename = yarn.lock
......
......@@ -13,6 +13,10 @@
"password": {
"description": "Theia password",
"type": "string"
},
"backend-url": {
"description": "Theia Backend URL",
"type": "string"
}
},
"type": "object"
......
......@@ -41,6 +41,7 @@ recipe = slapos.cookbook:publish
url = $${apache-frontend:connection-secure_access}
username = $${frontend-instance-password:username}
password = $${frontend-instance-password:passwd}
backend-url = $${frontend-instance:url}
[directory]
......
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