gographql/config/config.json

8 lines
158 B
JSON
Raw Permalink Normal View History

2019-07-25 14:29:02 +02:00
{
"DB_HOST":"localhost",
"DB_PORT":"5432",
"DB_USER":"graphql",
"DB_PASSWORD":"graphql",
"DB_NAME":"graphql",
"JWT_SECRET":"cadoles"
}