diff --git a/frontend/.env.template b/frontend/.env.template index 007f9b0..8714e78 100644 --- a/frontend/.env.template +++ b/frontend/.env.template @@ -1 +1,3 @@ INFURA_ID=__add_me__ +VUE_APP_POAP_API_URL=https://api.poap.tech +VUE_APP_POAP_API_API_KEY=hVWzovj27w9NmjN6Vzw1Wp8rysVSnQYV06WGfMSBWRkZvSlVbadmtwSroHk4wfq9iS1J3R7rF5FxshKYEa1016XElaC6OHquA5JgYLrAwN21K1emQ1VCf08sEOR1YqLG diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 922992d..7063409 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -7,7 +7,10 @@