mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Update Woodpecker status messages
This commit is contained in:
parent
5404275daa
commit
677e5c66be
4 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ class Config:
|
|||
"""
|
||||
load_dotenv(find_dotenv())
|
||||
|
||||
self.prefix = prefix.lower()
|
||||
self.prefix = prefix.upper()
|
||||
|
||||
for field in ConfigModel.model_fields.items():
|
||||
setattr(self, field[0], self.set_env_var(field))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue