diff --git a/app.json b/app.json index 95239f665..6e243b59a 100644 --- a/app.json +++ b/app.json @@ -7,8 +7,8 @@ "success_url": "/", "env": { "DOMAIN": { - "description": "Domain name", - "value": "squidex.example.com" + "description": "The domain name under which your instance is available", + "value": "https://[YOUR-HEROKU-APPNAME].herokuapp.com" }, "MONGO_USERNAME": { "description": "Mongo Username, follow https://devcenter.heroku.com/articles/ormongo#open-the-dashboard to create a database named Squidex and then edit the deployment to reflect the credentials you used",