Skip to content

Commit

Permalink
Add SECRET KEY to envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksymilian-Plywaczyk committed Oct 24, 2023
1 parent 8953f47 commit 81bcba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Smart-Pot-API/app/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@


def get_engine() -> Engine:
print("TEST:", settings.TEST_DATABASE_URL)
return create_engine(settings.TEST_DATABASE_URL)


Expand Down
1 change: 1 addition & 0 deletions test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
container_name: api
restart: always
environment:
SECRET_KEY: ${SECRET_KEY}
POSTGRES_SERVER: postgres
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand Down

0 comments on commit 81bcba0

Please sign in to comment.