Commit 46a73dcf authored by charitha.p's avatar charitha.p

changes

parent 9b15e0e6
......@@ -8,8 +8,8 @@ class _Service(BaseSettings):
HOST: str = Field(default="0.0.0.0", env="service_host")
PORT: int = Field(default=8080, env="port")
BUILD_DIR: str = Field(default="scripts/templates")
PLUGIN_NAME: str = Field(default="candle")
PROXY: str = Field(default="/hack-repl")
PLUGIN_NAME: str = Field(default="devalcandle")
PROXY: str = Field(default="/hack-repl/deval")
BACKEND_DIR: str = Field(default=".")
......
{
"plugin_name": "Candle Widget",
"plugin_name": "Deval Candle",
"plugin_type": "widget",
"vcs-url": "https://gitlab-pm.knowledgelens.com/noureen.taj/Candle.git",
"vcs-url": "https://gitlab-pm.knowledgelens.com/charitha.p/deval-candle",
"branch": "master",
"frontend_base_image": "node:14.16.1",
"environment_variables": {
},
"version": "13.5"
"version": "1.0"
}
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