Skip to content

Commit c0a8751

Browse files
committed
fix
1 parent 6156012 commit c0a8751

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.env

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ celerybeat-schedule
8585
*.sage.py
8686

8787
# Environments
88-
.env
8988
.venv
9089
env/
9190
venv/

0 commit comments

Comments
 (0)