Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mysql_password=ANOTHER_SECRET_MYSQL_DJANGO_PASSWORD
mysql_root_password=ANOTHER_SECRET_MYSQL_ROOT_PASSWORD
public_host=vlab.ustc.edu.cn
rabbitmq_password=ANOTHER_SECRET_RABBITMQ_PASSWORD
docker_judger_host_path=/home/libreliu/Projects/Soft_Eng/DockerJudger
docker_judger_host_path=/Users/mac/Documents/workspaces/ustc_projects/VLAB/Verilog-OJ/DockerJudger
docker_host_dir=/host_dir
rabbitmq_default_user=user
rabbitmq_default_pass=ANOTHER_SECRET_RABBITMQ_PASSWORD
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**/__pycache__
lib/
venv/
venv_new/

# Editor directories and files
.idea
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ services:
USE_APK_MIRROR: "yes"
USE_MYSQL: "yes"
environment:
VERILOG_OJ_DEV: "TRUE"
VERILOG_OJ_HOST_STATIC: "yes"
#VERILOG_OJ_PROD_DEBUG: "yes"
# VERILOG_OJ_PROD_DEBUG: "yes"
VERILOG_OJ_JUDGER_SECRET: ${judger_secret}
VERILOG_OJ_SECRET_KEY: ${secret_key}
VERILOG_OJ_USE_MYSQL: "yes"
Expand Down
12 changes: 6 additions & 6 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.