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
4b886fef
Commit
4b886fef
authored
Oct 26, 2023
by
charitha.p
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proxy error correction
parent
061bc3e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
backend/scripts/config/__init__.py
backend/scripts/config/__init__.py
+1
-1
manifest.json
manifest.json
+1
-1
No files found.
backend/scripts/config/__init__.py
View file @
4b886fef
...
@@ -9,7 +9,7 @@ class _Service(BaseSettings):
...
@@ -9,7 +9,7 @@ class _Service(BaseSettings):
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
=
"devalcandle"
)
PLUGIN_NAME
:
str
=
Field
(
default
=
"devalcandle"
)
PROXY
:
str
=
Field
(
default
=
"/hack-repl
/deval
"
)
PROXY
:
str
=
Field
(
default
=
"/hack-repl"
)
BACKEND_DIR
:
str
=
Field
(
default
=
"."
)
BACKEND_DIR
:
str
=
Field
(
default
=
"."
)
...
...
manifest.json
View file @
4b886fef
...
@@ -6,5 +6,5 @@
...
@@ -6,5 +6,5 @@
"frontend_base_image"
:
"node:14.16.1"
,
"frontend_base_image"
:
"node:14.16.1"
,
"environment_variables"
:
{
"environment_variables"
:
{
},
},
"version"
:
"1.
0
"
"version"
:
"1.
1
"
}
}
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