Files
OpenVPN-Monitoring-Simple/APP_PROFILER/config.ini

12 lines
277 B
INI
Raw Normal View History

[api]
# Secret key for JWT token verification.
# MUST match the key in APP_CORE/config.ini if not overridden by ENV.
secret_key = ovpmon-secret-change-me
[profiler]
# Path to the profiler database relative to component root
db_path = ovpn_profiler.db
[logging]
level = INFO