35 lines
999 B
Plaintext
35 lines
999 B
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=192.168.200.179
|
|
database.port=3306
|
|
database.name=rindro
|
|
database.user=root
|
|
database.password=Djq5231520!
|
|
database.ssl_mode=disable
|
|
database.ssl_ca=
|
|
database.plugin_dir=
|
|
|
|
# Main legacy-compatible Windows test paths
|
|
paths.configfile=H:\\DpsTest\\rindro\\Script\\FileConfig.json
|
|
paths.file_root=H:\\DpsTest\\rindro\\
|
|
paths.file_map=H:\\DpsTest\\rindro\\file.json
|
|
paths.script_root=H:\\DpsTest\\rindro\\ClentScript\\
|
|
paths.dps_root=H:\\DpsTest\\DP_S\\
|
|
paths.client_user_script_root=H:\\DpsTest\\rindro\\ClentUserScript\\
|