Introduces two files src/app/config.dev.ts and src/app/config.prod.ts to store configuration such as keys that should be local to the development environment.
src/app/config.dev.ts
src/app/config.prod.ts
Closes #52
I think it will be best to revoke the existing tokens and insert a new set of tokens into the config files.
rebased onto e93264c17b39403d7e8a9af5133bd0a7fd6786b9
LGTM
Pull-Request has been merged by a2batic
Introduces two files
src/app/config.dev.tsandsrc/app/config.prod.tsto store configuration such as keys that should be local to the development environment.Closes #52