uptime-kuma / data
mikeee's picture
Create data/
c2dc263 verified
raw
history blame
154 Bytes
{
"type": %(DB_TYPE)s,
"host": %(HOSTNAME)s,
"port": %(DB_PORT)s,
"user": %(USERNAME)s,
"password": %(DB_PASSWORD)s,
"database": %(DB_NAME)s
}