profiler module moved from static config to environment dpendent config
This commit is contained in:
11
APP_PROFILER/config.ini
Normal file
11
APP_PROFILER/config.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user