HUNACD / tarsalgo

Your Priorities is a citizen engagement platform, a progressive web app, and a participatory social network that empowers groups of any size to speak with one voice and organize around ideas.
https://yrpri.org/
Other
0 stars 0 forks source link

Solve issue with acess-id and access-key #7

Open Cukrostejci opened 4 years ago

Cukrostejci commented 4 years ago

The APP by default needs 2 environment variable to be filled in:

AWS_ACCESS_KEY_ID: AWS_SECRET_ACCESS_KEY:

By default we are passing env variables to the app by declaring them in the config file. But we don't want to put our credencials and keys into the options file

There should be another way to do it