Appearance
014 - Database Config
Database connection settings. This is an example of a MAML document.
maml
{
host: "grim-suitcase.info" # database server
port: 5432
database: "resource_dev"
username: "thora92"
password: "ywRUun39Rrbt9EU"
# Security settings
ssl: true
pool_size: 16
timeout: 16210 # milliseconds
}