diff --git a/docs-site/content/docs/the-app/models.md b/docs-site/content/docs/the-app/models.md index f8a8f8e79..4ec2f1fdc 100644 --- a/docs-site/content/docs/the-app/models.md +++ b/docs-site/content/docs/the-app/models.md @@ -27,7 +27,7 @@ To configure `postgres` instead of `sqlite`, go into your `config/development.ya ```yaml database: - uri: "{{ get_env(name="DATABASE_URL", default="postgres://loco:loco@localhost:5432/myapp_development") }" + uri: "{{ get_env(name="DATABASE_URL", default="postgres://loco:loco@localhost:5432/myapp_development") }}" ```