Skip to content

Commit

Permalink
Removed concept of INST_DB_SCHEME but did add a comment in the .env.t…
Browse files Browse the repository at this point in the history
…empalte

that that var can be included if for some reason we needed to override postgresql+asyncpg
  • Loading branch information
jcadam14 committed Jan 2, 2024
1 parent ed81961 commit 524107d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ env = [
"INST_DB_PWD=user",
"INST_DB_HOST=localhost:5432",
"INST_DB_NAME=fi",
"INST_DB_SCHEME=postgresql+asyncpg",
"KC_URL=http://localhost",
"KC_REALM=",
"KC_ADMIN_CLIENT_ID=",
Expand Down
1 change: 0 additions & 1 deletion src/.env.local
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ INST_DB_USER=fi
INST_DB_PWD=fi
INST_DB_HOST=localhost:5432
INST_DB_SCHEMA=public
INST_DB_SCHEME=postgresql+asyncpg
JWT_OPTS_VERIFY_AT_HASH="false"
JWT_OPTS_VERIFY_AUD="false"
JWT_OPTS_VERIFY_ISS="false"
2 changes: 1 addition & 1 deletion src/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ INST_DB_USER=
INST_DB_PWD=
INST_DB_HOST=
INST_DB_SCHEMA=
INST_DB_SCHEME=postgresql+asyncpg
# INST_DB_SCHEME This can be added if needing to override the default of 'postgresql+asyncpg'

0 comments on commit 524107d

Please sign in to comment.