diff --git a/app/config/config.json b/app/config/config.json index 02fde8e..391a8bc 100644 --- a/app/config/config.json +++ b/app/config/config.json @@ -7,9 +7,9 @@ "dialect": "postgres" }, "test": { - "use_env_variable": "JAWSDB_URL" + "use_env_variable": "DATABASE_URL" }, "production": { - "use_env_variable": "JAWSDB_URL" + "use_env_variable": "DATABASE_URL" } }