Skip to content

Commit

Permalink
refactor: update default firebase app name
Browse files Browse the repository at this point in the history
  • Loading branch information
589hero committed Dec 24, 2024
1 parent 7986943 commit 07224d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FirebaseSettings(BaseSettings):
cred_path: str = "/app/key/serviceAccountKey.json"
firebase_database_url: str
firebase_storage_bucket: str
firebase_app_name: str = "text-to-art"
firebase_app_name: str = "text_to_art"


celery_worker_settings = CeleryWorkerSettings()
Expand Down

0 comments on commit 07224d9

Please sign in to comment.