Skip to content

Commit

Permalink
Merge pull request #48 from alercebroker/feat/test_update
Browse files Browse the repository at this point in the history
Feat/test update
  • Loading branch information
Demurest authored Apr 25, 2024
2 parents 161f57f + 209a85a commit 2033080
Show file tree
Hide file tree
Showing 37 changed files with 1,869 additions and 500 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
NODE_ENV=development

VUE_APP_APP_TITLE="ALeRCE Watchlist - Dev Build"
VUE_APP_USER_API="http://localhost:8000"
VUE_APP_GOOGLE_REDIRECT_URI=""
VUE_APP_FORCE_HTTPS=false

AWS_BUCKET_NAME=""
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ pnpm-debug.log*
/.log
/coverage
.dir-locals.el

.env
Loading

0 comments on commit 2033080

Please sign in to comment.