Skip to content

Commit

Permalink
docs: move to section F
Browse files Browse the repository at this point in the history
  • Loading branch information
atnanahidiw committed Oct 17, 2023
1 parent fbbabe7 commit a1e1ac7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
5 changes: 5 additions & 0 deletions judgels-env/hosts.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[core]
34.101.52.134 ansible_user=root

[grader]
34.101.52.134 ansible_user=root
28 changes: 28 additions & 0 deletions judgels-env/vars.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
app_version: '2.0'
app_name: Judgels
app_slogan: Programming Contest System
app_title: <h1>Welcome to Judgels</h1>
app_description: <h2>This is a programming contest system.</h2>

ansible_ssh_private_key_file: ~/.ssh/google_compute_engine

nginx_domain_judgels_client: judgels.com
nginx_domain_judgels_server_api: api.judgels.com
nginx_domain_judgels_server_admin: admin.judgels.com
nginx_certbot_email: [email protected]

# java_opts_judgels_server: -Xmx1g
# java_opts_judgels_grader: -Xmx1g

db_root_password: pass # <-------------------------- CHANGE THIS !!!
db_username: judgels
db_password: pass # <------------------------------- CHANGE THIS !!!

rabbitmq_username: judgels
rabbitmq_password: pass # <------------------------- CHANGE THIS !!!

jophiel_superadmin_initialPassword: superadmin # <-- CHANGE THIS !!!
jophiel_session_maxConcurrentSessionsPerUser: -1
jophiel_session_disableLogout: false

gabriel_grading_numWorkerThreads: 1

0 comments on commit a1e1ac7

Please sign in to comment.