Added code
This commit is contained in:
parent
8d2771ef74
commit
a4e7295bcb
67 changed files with 6291 additions and 0 deletions
17
resources/suncertify-default.properties
Normal file
17
resources/suncertify-default.properties
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Default suncertify application key properties file.
|
||||
#
|
||||
|
||||
# The default modes for startup
|
||||
startup_mode = client
|
||||
|
||||
# The default server and port to connect to as client
|
||||
# in server mode only server_port is used to bind
|
||||
server_host = localhost
|
||||
server_port = 9000
|
||||
|
||||
# Cache this amount of rows.
|
||||
db_cache_size = 1000;
|
||||
|
||||
# default timeout of lock is 2min.
|
||||
db_lock_timeout = 15000
|
||||
Loading…
Add table
Add a link
Reference in a new issue