- Updated gitignore
- Added bucket_name into config file
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,4 +2,6 @@
|
|||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
.env
|
.env
|
||||||
src/.DS_Store
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
__pycache__/
|
||||||
|
|||||||
@ -9,7 +9,7 @@ postgres_user = config('postgres_user')
|
|||||||
postgres_password = config('postgres_password')
|
postgres_password = config('postgres_password')
|
||||||
host_name = config('host_name')
|
host_name = config('host_name')
|
||||||
port = config('port')
|
port = config('port')
|
||||||
bucket_name = 'cat-images'
|
bucket_name = config('bucket_name')
|
||||||
|
|
||||||
|
|
||||||
TG_TOKEN = config('TG_TOKEN')
|
TG_TOKEN = config('TG_TOKEN')
|
||||||
|
|||||||
Reference in New Issue
Block a user