Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrea Lorenzon
H5nuvola2
Commits
df5a76c8
Commit
df5a76c8
authored
May 04, 2021
by
Andrea Lorenzon
💬
Browse files
edited settings for deployment
parent
72c7078f
Pipeline
#1348
passed with stages
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
settings.py
View file @
df5a76c8
import
os
import
os
# deploy type ["local", "VUO", "K8S"]
# deploy type ["local", "VUO", "K8S"]
deploy
=
"K8S"
deploy
=
"VUO"
# paths
# paths
fileFolderPath
=
{
"local"
:
os
.
getenv
(
'H5NUVOLA_PATH'
,
"/home/andrea/PycharmProjects/"
),
fileFolderPath
=
{
"local"
:
os
.
getenv
(
'H5NUVOLA_PATH'
,
"/home/andrea/PycharmProjects/"
),
"VUO"
:
"/"
,
"VUO"
:
"/"
,
...
@@ -18,10 +19,10 @@ for k in fileFolderPath.keys():
...
@@ -18,10 +19,10 @@ for k in fileFolderPath.keys():
# server settings
# server settings
host
=
{
"local"
:
"localhost"
,
host
=
{
"local"
:
"localhost"
,
"VUO"
:
"
localhost
"
,
"VUO"
:
"
users-nuvola-dev.elettra.eu
"
,
"K8S"
:
"0.0.0.0"
,
"K8S"
:
"0.0.0.0"
,
"rafec"
:
"localhost"
}
"rafec"
:
"localhost"
}
port
=
8080
port
=
5001
debug
=
True
debug
=
True
# customize JStree icons (from fontawesome icons)
# customize JStree icons (from fontawesome icons)
...
...
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