diff --git a/.env.ci b/.env.ci index 99ad425..5ca37fd 100644 --- a/.env.ci +++ b/.env.ci @@ -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 @@ -18,3 +21,6 @@ SMTP_PORT = 1025 SMTP_HOST = todo_mailhog SMTP_USER = SMTP_PASSWORD = + +FLOWER_USER = todo_user +FLOWER_PASSWORD = "flower_password"