profiler module moved from static config to environment dpendent config
This commit is contained in:
@@ -70,7 +70,9 @@ services:
|
||||
networks:
|
||||
- ovp-net
|
||||
environment:
|
||||
- JWT_SECRET=${JWT_SECRET:-supersecret}
|
||||
- OVPMON_API_SECRET_KEY=${JWT_SECRET:-supersecret}
|
||||
- OVPMON_PROFILER_DB_PATH=/app/db/ovpn_profiler.db
|
||||
|
||||
|
||||
networks:
|
||||
ovp-net:
|
||||
|
||||
Reference in New Issue
Block a user