-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathconfig.properties
37 lines (29 loc) · 1.08 KB
/
config.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# database
hibernate.dialect= org.hibernate.dialect.MySQLDialect
jdbc.driverClassName= com.mysql.jdbc.Driver
jdbc.url= jdbc:mysql://localhost/vhoj?useUnicode=true&characterEncoding=UTF-8
jdbc.username=root
jdbc.password=root
# disqus
#disqusShortname= vjudge
#disqusDeveloper= 0
disqusShortname= localvirtualjudge
disqusDeveloper= 1
# remote OJ(absolute path)
remoteAccountsConfig.location= remote_accounts.json
# HTTP client(absolute path)
httpClientConfig.location= http_client.json
# temp data (project relative path)
DataPath= /data
# (project relative path)
StandingDataPath= /data/contest_standing
# (project relative path)
ContestSourceCodeZipFilePath= /data/contest_source
redis.address= localhost
redis.port= 6379
#Google Analytics Web Property ID
gaId= UA-1234567-1
#hustoj opensource verion instance adapter
hustoj.domain=localhost
hustoj.port=80
hustoj.path=