3
Fork 0

Added code

This commit is contained in:
Willem Cazander 2022-11-12 13:48:19 +01:00
parent 8d2771ef74
commit a4e7295bcb
67 changed files with 6291 additions and 0 deletions

View 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