mirror of
https://github.com/Radiquum/photos.git
synced 2025-04-05 15:54:31 +00:00
add .env.sample for admin
This commit is contained in:
parent
56c246a2e7
commit
2986f673da
1 changed files with 8 additions and 0 deletions
8
admin/.env.sample
Normal file
8
admin/.env.sample
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
AWS_ENDPOINT = ""
|
||||||
|
AWS_BUCKET = ""
|
||||||
|
AWS_ACCESS_KEY_ID = ""
|
||||||
|
AWS_SECRET_ACCESS_KEY = ""
|
||||||
|
|
||||||
|
FIREBASE_SERVICE_ACCOUNT = "" # Path to service account json file
|
||||||
|
|
||||||
|
PREFIX = "images" # Firebase db prefix
|
Loading…
Add table
Reference in a new issue