dondogecl / cool_data_pipeline

Data pipeline from RDBMS to AWS
0 stars 0 forks source link

consider env variables for local/vm development #1

Open dondogecl opened 7 months ago

dondogecl commented 7 months ago

Credentials only handle a local config file (not committed) but adding environmental variables will improve the deployment's flexibility and security. It will be necessary for automating the workflow later.

dondogecl commented 2 months ago

created env variables, but the change must be implemented in the lines with conf. Added how to to the docs.