34 lines
917 B
Plaintext
34 lines
917 B
Plaintext
# Windows local test example for MSVC builds
|
|
# Copy this file to config/server.conf and adjust the database credentials and paths.
|
|
server.host=0.0.0.0
|
|
server.port=8651
|
|
server.trust_proxy=false
|
|
server.proxy_header=x-forwarded-for
|
|
|
|
jwt.secret=change-me
|
|
jwt.expiration_seconds=7200
|
|
|
|
logging.level=debug
|
|
logging.http_summary=true
|
|
logging.http_dump=true
|
|
logging.http_max_body=2048
|
|
|
|
features.video_enabled=false
|
|
features.payment_enabled=false
|
|
|
|
database.host=127.0.0.1
|
|
database.port=3306
|
|
database.name=rindro
|
|
database.user=root
|
|
database.password=change-me
|
|
database.ssl_mode=disable
|
|
database.ssl_ca=
|
|
database.plugin_dir=
|
|
|
|
paths.configfile=D:\\DpsTest\\rindro\\Script\\FileConfig.json
|
|
paths.file_root=D:\\DpsTest\\rindro\\
|
|
paths.file_map=D:\\DpsTest\\rindro\\file.json
|
|
paths.script_root=D:\\DpsTest\\rindro\\ClentScript\\
|
|
paths.dps_root=D:\\DpsTest\\DP_S\\
|
|
paths.client_user_script_root=D:\\DpsTest\\rindro\\ClentUserScript\\
|