Skip to content

Commit

Permalink
fix(test): add of VITURAL_HOST to ProductionENVGenConfig write test
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Feb 18, 2024
1 parent 1a3d189 commit 204f3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwmdb/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def write_env(
('POSTGRES_HOST', 'POSTGRES_PORT', 'POSTGRES_DB',
'POSTGRES_USER', 'POSTGRES_PASSWORD', 'SECRET_KEY',
'USE_DOCKER', 'IPYTHONDIR', 'REDIS_URL', 'CELERY_FLOWER_USER',
'CELERY_FLOWER_PASSWORD')
'CELERY_FLOWER_PASSWORD', 'VIRTUAL_HOST')
```
"""
Expand Down

0 comments on commit 204f3c9

Please sign in to comment.