23 lines
412 B
TOML
23 lines
412 B
TOML
[service]
|
|
host = "127.0.0.1"
|
|
port = 3000
|
|
|
|
[database]
|
|
url = "mysql://user:password@localhost:3306/apiprojetsolyti"
|
|
max_connections = 10
|
|
|
|
|
|
[guacamole]
|
|
api_endpoint = "https://guacamole.local/api"
|
|
username = ""
|
|
password = ""
|
|
|
|
[pfsense]
|
|
api_endpoint = "https://pfsense.local/api/v1"
|
|
api_key = ""
|
|
api_secret = ""
|
|
|
|
[terraform]
|
|
# Local drop directory where API writes generated tfvars files
|
|
drop_dir = "terraform_drop"
|