Use a development database, not production
parent
bd07500ce1
commit
8c4ea44725
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"mysql": {
|
"mysql": {
|
||||||
"host": "mysql.example.com",
|
"host": "mysql.example.com",
|
||||||
"database": "rsstootalizer_production",
|
"database": "rsstootalizer_development",
|
||||||
"user": "rsstootalizer",
|
"user": "rsstootalizer",
|
||||||
"pass": "secret123"
|
"pass": "secret123"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue