Skip to content

Commit

Permalink
change line-break character in configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
licheng committed Sep 12, 2010
1 parent b328be0 commit e48bec4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions judge_server/conf/data_source.properties
@@ -1,9 +1,9 @@
DefaultAutoCommit=true
DefaultCatalog=zoj
DriverClassName=com.mysql.jdbc.Driver
MaxActive=200
MaxIdle=20
MaxWait=500
Url=jdbc:mysql://localhost/zoj?useUnicode=true&characterEncoding=UTF-8
Username=zoj
DefaultAutoCommit=true
DefaultCatalog=zoj
DriverClassName=com.mysql.jdbc.Driver
MaxActive=200
MaxIdle=20
MaxWait=500
Url=jdbc:mysql://localhost/zoj?useUnicode=true&characterEncoding=UTF-8
Username=zoj
Password=
44 changes: 22 additions & 22 deletions judge_server/conf/oj.conf
@@ -1,25 +1,25 @@
image_path=/home/srv/zoj/images
queue_port=8301
client_max_job=5
default_problem_set_id=1
default_home_content=/home/srv/zoj/home.txt
forgotPassword_title=Reset your ZOJ password
forgotPassword_templateFile=forgot_password_template.txt
home_url=http://acm.zju.edu.cn
default_reply_to=zojadmin@gmail.com
image_path=/home/srv/zoj/images
queue_port=8301
client_max_job=5

default_problem_set_id=1
default_home_content=/home/srv/zoj/home.txt

forgotPassword_title=Reset your ZOJ password
forgotPassword_templateFile=forgot_password_template.txt

home_url=http://acm.zju.edu.cn
default_reply_to=zojadmin@gmail.com
smtp_host=
smtp_user=
smtp_password=
submit_interval=5000
feature_problemset=true
feature_contest=true
feature_editProfile=true
feature_register=true
feature_forgotPassword=false
client_ip=127.0.0.1:8301:8314

submit_interval=5000

feature_problemset=true
feature_contest=true
feature_editProfile=true
feature_register=true
feature_forgotPassword=false

client_ip=127.0.0.1:8301:8314

0 comments on commit e48bec4

Please sign in to comment.