File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ # ################################################################
2
+ # common configuration
3
+ APP_ORGNAME = OpenCSG
4
+ APP_APPNAME = StarCloud
5
+ APP_DEBUG = True
6
+ APP_ENV = local
7
+ APP_SERVER_HOST = " 0.0.0.0"
8
+ APP_SERVER_PORT = 3000
9
+ APP_SLURM_API = http://101.200.76.8:3000
10
+ APP_SLURM_REST_VERSION = v0.0.40
11
+ APP_ON_PREMISE = True
12
+ # The syncing interval for OS user is 60 mins by default
13
+ APP_OS_USER_SYNC_INTERVAL = 60
14
+ APP_SLURM_DEFAULT_PARTITION = low
15
+ APP_HOME_DIRECTORY = /home/users
16
+ LOG_LEVEL = DEBUG
17
+ # avoid cros for local testing
18
+ APP_UI_URL = http://localhost:8080
19
+ # ensure the user exist in system
20
+ APP_ADMINISTRATOR = ocadmin
21
+ # ################################################################
22
+
23
+
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ celerybeat-schedule
85
85
* .sage.py
86
86
87
87
# Environments
88
- .env
89
88
.venv
90
89
env /
91
90
venv /
You can’t perform that action at this time.
0 commit comments