Files
server-components-demo/credentials.json
Lauren Tan 74f4274996 Initial commit
Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Sebastian Markbåge <sema@fb.com>
Co-authored-by: Joseph Savona <josephsavona@users.noreply.github.com>
Co-authored-by: Andrew Clark <git@andrewclark.io>
2020-12-21 11:01:40 -05:00

8 lines
120 B
JSON

{
"host": "localhost",
"database": "notesapi",
"user": "notesadmin",
"password": "password",
"port": "5432"
}