Skip to content

Commit

Permalink
more linting somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
danswick committed Oct 20, 2023
1 parent 853b2e8 commit 121e47e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,13 @@
),
}

POSTGREST = {"URL": env.str("POSTGREST_URL", "http://api:3000"),
"LOCAL": env.str("POSTGREST_URL", "http://api:3000"),
"DEVELOPMENT": "https://api-dev.fac.gov",
"STAGING": "https://api-staging.fac.gov",
"PRODUCTION": "https://api.fac.gov"
}
POSTGREST = {
"URL": env.str("POSTGREST_URL", "http://api:3000"),
"LOCAL": env.str("POSTGREST_URL", "http://api:3000"),
"DEVELOPMENT": "https://api-dev.fac.gov",
"STAGING": "https://api-staging.fac.gov",
"PRODUCTION": "https://api.fac.gov",
}


# Password validation
Expand Down

0 comments on commit 121e47e

Please sign in to comment.