Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
deval-candle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
charitha.p
deval-candle
Commits
46a73dcf
Commit
46a73dcf
authored
Oct 26, 2023
by
charitha.p
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changes
parent
9b15e0e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
backend/scripts/config/__init__.py
backend/scripts/config/__init__.py
+2
-2
manifest.json
manifest.json
+3
-3
No files found.
backend/scripts/config/__init__.py
View file @
46a73dcf
...
@@ -8,8 +8,8 @@ class _Service(BaseSettings):
...
@@ -8,8 +8,8 @@ class _Service(BaseSettings):
HOST
:
str
=
Field
(
default
=
"0.0.0.0"
,
env
=
"service_host"
)
HOST
:
str
=
Field
(
default
=
"0.0.0.0"
,
env
=
"service_host"
)
PORT
:
int
=
Field
(
default
=
8080
,
env
=
"port"
)
PORT
:
int
=
Field
(
default
=
8080
,
env
=
"port"
)
BUILD_DIR
:
str
=
Field
(
default
=
"scripts/templates"
)
BUILD_DIR
:
str
=
Field
(
default
=
"scripts/templates"
)
PLUGIN_NAME
:
str
=
Field
(
default
=
"candle"
)
PLUGIN_NAME
:
str
=
Field
(
default
=
"
deval
candle"
)
PROXY
:
str
=
Field
(
default
=
"/hack-repl"
)
PROXY
:
str
=
Field
(
default
=
"/hack-repl
/deval
"
)
BACKEND_DIR
:
str
=
Field
(
default
=
"."
)
BACKEND_DIR
:
str
=
Field
(
default
=
"."
)
...
...
manifest.json
View file @
46a73dcf
{
{
"plugin_name"
:
"
Candle Widget
"
,
"plugin_name"
:
"
Deval Candle
"
,
"plugin_type"
:
"widget"
,
"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"
,
"branch"
:
"master"
,
"frontend_base_image"
:
"node:14.16.1"
,
"frontend_base_image"
:
"node:14.16.1"
,
"environment_variables"
:
{
"environment_variables"
:
{
},
},
"version"
:
"1
3.5
"
"version"
:
"1
.0
"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment