e13h / gsheets-plaid

Bringing bank transactions into Google Sheets with Plaid
GNU General Public License v3.0
14 stars 2 forks source link

Remove hardcoded port numbers #9

Closed e13h closed 2 years ago

e13h commented 2 years ago

All hardcoded port 8080s have been replaced with a reference to the environment variable. Unfortunately, because of the way the .env template was originally designed, the port variable has to be moved up to a new location in the file so that the redirect URI variable can use it. So users upgrading to this version will have to uninstall and then reinstall the package :confused:

Also removes the --port and --redirect-uri options from the CLI.

Closes #7.