12 lines
277 B
INI
12 lines
277 B
INI
[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
|