We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae802a commit ed1f823Copy full SHA for ed1f823
icpc-wf/ansible/group_vars/all/all.yml
@@ -2,7 +2,7 @@
2
DJ_DIR: /opt/domjudge
3
4
# Branch to checkout and use.
5
-DJ_BRANCH: wf2020
+DJ_BRANCH: main
6
7
# Server VLAN IP prefix.
8
SERVER_IP_PREFIX: 10.3.3
@@ -37,7 +37,8 @@ PHP_MAX_FILE_UPLOADS: 101
37
38
# Git repo URL
39
DJ_GIT_HOST: "{{MAIN_ADMIN_IP}}"
40
-DJ_GIT_REPO: "domjudge@{{DJ_GIT_HOST}}:domjudge"
+#DJ_GIT_REPO: "domjudge@{{DJ_GIT_HOST}}:domjudge"
41
+DJ_GIT_REPO: "https://github.com/domjudge/domjudge.git"
42
DJ_GIT_REPO_SCRIPTS: "domjudge@{{DJ_GIT_HOST}}:domjudge-scripts-bare"
43
44
PHPSTORM_VERSION: 2021.2
0 commit comments