Skip to content

Commit

Permalink
backend: Added development.env
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Feb 13, 2025
1 parent a155ce3 commit b56349a
Show file tree
Hide file tree
Showing 3 changed files with 490 additions and 92 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ Thumbs.db


backend/public/
backend/development.env
4 changes: 4 additions & 0 deletions backend/development.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CALL_S3_SERVICE_ENDPOINT =http://localhost:9000
CALL_S3_ACCESS_KEY =minioadmin
CALL_S3_SECRET_KEY =minioadmin
CALL_AWS_REGION =us-east-1
Loading

0 comments on commit b56349a

Please sign in to comment.