Credentials example file.

This commit is contained in:
Kaj Forney 2023-04-18 14:58:48 -06:00
parent 2a3452ce9a
commit 3419c9b680
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -0,0 +1,6 @@
{
"host": "example.com",
"user": "USERNAME",
"password": "itsasecrettoeveryone",
"database": "DBNAME"
}