34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# Windows local test configuration
|
|
# Fill in the database settings and adjust all paths to match your machine.
|
|
server.host=0.0.0.0
|
|
server.port=65170
|
|
|
|
jwt.secret=rjyusrghdfghj2345ryu123asdfvbyukuirtwjhfsd
|
|
jwt.expiration_seconds=7200
|
|
|
|
logging.level=debug
|
|
logging.http_summary=true
|
|
logging.http_dump=true
|
|
logging.http_max_body=2048
|
|
|
|
# Keep these disabled for the first Windows test pass.
|
|
features.video_enabled=false
|
|
features.payment_enabled=false
|
|
|
|
# MySQL test database
|
|
database.host=124.221.102.163
|
|
database.port=3306
|
|
database.name=rindro
|
|
database.user=root
|
|
database.password=d5231520
|
|
database.ssl_mode=disable
|
|
database.ssl_ca=
|
|
database.plugin_dir=
|
|
|
|
# Main legacy-compatible Windows test paths
|
|
paths.configfile=/home/lenheart/DPS_DataBase/rindro/Script/FileConfig.json
|
|
paths.file_root=/home/lenheart/DPS_DataBase/rindro/
|
|
paths.file_map=/home/lenheart/DPS_DataBase/rindro/file.json
|
|
paths.script_root=/home/lenheart/DPS_DataBase/rindro/ClentScript/
|
|
paths.dps_root=/home/lenheart/DPS_DataBase/DP_S/
|
|
paths.client_user_script_root=/home/lenheart/DPS_DataBase/rindro/ClentUserScript/ |