0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

🙈 Remove url from default production config (#8644)

closes #8619

Removes the `url` property from `config.production.json` as it's not needed and causes confusing errors.
This commit is contained in:
Aileen Nowak 2017-07-06 04:02:49 +07:00 committed by Katharina Irrgang
parent c2e47f89ba
commit dc25c06b31

View file

@ -1,5 +1,4 @@
{
"url": "http://my-ghost-blog.com",
"database": {
"client": "mysql",
"connection": {