Yay
This commit is contained in:
18
config/service.env
Normal file
18
config/service.env
Normal file
@@ -0,0 +1,18 @@
|
||||
CONTAINER_NAME=infmap
|
||||
SSH_USER="root"
|
||||
|
||||
# Web UI port (HTTP)
|
||||
WEB_PORT=8080
|
||||
|
||||
# Path to SSH private key on the host (used to connect to monitored servers)
|
||||
SSH_KEY_PATH=/root/.ssh/id_ed25519
|
||||
|
||||
# Collection settings
|
||||
COLLECTION_INTERVAL=300
|
||||
MAX_CONCURRENT_SSH=5
|
||||
|
||||
# MySQL credentials
|
||||
MYSQL_ROOT_PASSWORD=changeme_root
|
||||
MYSQL_DATABASE=infmap
|
||||
MYSQL_USER=infmap
|
||||
MYSQL_PASSWORD=changeme
|
||||
Reference in New Issue
Block a user