kopterio / vue-auth-cognito

A Vue.js Vuex module for authentication using Amazon AWS Cognito
114 stars 27 forks source link

Delete outdated and unused configuration method .env #43

Closed joefresco closed 6 years ago

joefresco commented 7 years ago

The docs refer to .env.example but this appears to no longer be used in favor of /config/cognito.js I deleted .env and .env.example from my project and it appears to work correctly. This pull request removes the confusion of the two different configuration stores.