Version 0.2.0
All checks were successful
Run linters on applied template / Python 3.13 lint and build (push) Successful in 54s
All checks were successful
Run linters on applied template / Python 3.13 lint and build (push) Successful in 54s
Changes: - add metrics dispencer - add basic authentication dependency - enable GZIP middleware - add !env() example to deploy section - update dependencies state attribute name
This commit is contained in:
@@ -13,7 +13,7 @@ db:
|
||||
port: 5432
|
||||
database: {{project_slug}}_db
|
||||
user: postgres
|
||||
password: postgres
|
||||
password: "!env(DB_PASSWORD)"
|
||||
pool_size: 2
|
||||
logging:
|
||||
level: INFO
|
||||
|
||||
Reference in New Issue
Block a user