Credentials example file.
This commit is contained in:
parent
2a3452ce9a
commit
3419c9b680
1 changed files with 6 additions and 0 deletions
6
server/model/creds.json.example
Normal file
6
server/model/creds.json.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"host": "example.com",
|
||||
"user": "USERNAME",
|
||||
"password": "itsasecrettoeveryone",
|
||||
"database": "DBNAME"
|
||||
}
|
Loading…
Reference in a new issue