Skip to content

Commit

Permalink
Merge pull request #347 from CodeForAfrica/chore/v2-endpoint-updates
Browse files Browse the repository at this point in the history
Chore/v2 endpoint updates
  • Loading branch information
thepsalmist authored Nov 14, 2024
2 parents a2df19a + 74c82ab commit 8c9dfd4
Show file tree
Hide file tree
Showing 14 changed files with 15,366 additions and 510 deletions.
8 changes: 6 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
NEXT_PUBLIC_APP_URL = 'http://localhost:3000'
GOOGLE_ANALYTICS_ID = 'UA-XXXXXXXXX-X'
API_TOKEN='XXX-XXX'
GOOGLE_ANALYTICS_ID='UA-XXXXXXXXX-X'
NEXT_PUBLIC_APP_API_BASE_URL='http://localhost:8000/v2'
NEXT_PUBLIC_APP_API_DOCS_URL='https://localhost:8000/docs'
NEXT_PUBLIC_APP_API_STATIC_URL='http://localhost:8000/static/v2'
NEXT_PUBLIC_APP_MAP_URL='https://v2.map.aq.sensors.africa/'
Loading

0 comments on commit 8c9dfd4

Please sign in to comment.