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