Skip to content

Commit

Permalink
.env.ci: add missing variables to remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
golubev committed Feb 2, 2024
1 parent 5eef40a commit d56c8b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.ci
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ENVIRONMENT = "test"

SECURITY_SECRET_KEY = "security_secret_key"
SECURITY_ACCESS_TOKEN_EXPIRE_SECONDS = 604800

POSTGRES_HOST = todo_postgres
POSTGRES_DB = test_database
POSTGRES_USER = postgres
Expand All @@ -18,3 +21,6 @@ SMTP_PORT = 1025
SMTP_HOST = todo_mailhog
SMTP_USER =
SMTP_PASSWORD =

FLOWER_USER = todo_user
FLOWER_PASSWORD = "flower_password"

0 comments on commit d56c8b8

Please sign in to comment.