d41084ea68
* Icinga2 config * Icingaweb2 config * Nginx location snippets Most PHP modules installed. PHP is via php-fpm and on local socket
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
/**
|
|
* The ApiUser objects are used for authentication against the API.
|
|
*/
|
|
object ApiUser "root" {
|
|
password = "pass"
|
|
// client_cn = ""
|
|
|
|
permissions = [ "*" ]
|
|
}
|