15 lines
620 B
YAML
15 lines
620 B
YAML
---
|
|
|
|
nofusscomputing_phpipam_scan_server:
|
|
|
|
# phpIPAM MariaDB/MySQL Variables
|
|
# mysql_host: # Mandatory, String. IP/DNS of host to connect. [nfc_c_]
|
|
# mysql_port: 3306 # Optional, Integer. port to use for connection. [nfc_c_]
|
|
# mysql_user: # Mandatory, String. User to authenticate with. [nfc_c_]
|
|
# mysql_password: # Mandatory, String. Password for the user to connect with. [nfc_c_]
|
|
|
|
|
|
# Server Component Variables
|
|
# http_port: 5000 # Optional, Integer. The port for the Server component to listen for connections.
|
|
|
|
# auth_token: # Optional, String. Token used to authentication Agents. |