ZuydUniversity / B2C6_B2C_Backend

1 stars 0 forks source link

Database link is set up with HashiCorp Key Vault and SQLAlchemy usage in the database.py #108

Closed nurulgulpen closed 3 months ago

nurulgulpen commented 3 months ago

vault_username = os.getenv('VAULT_USERNAME') vault_password = os.getenv('VAULT_PASSWORD')

this is currently running locally on python environments. This needs to be set up in the virtual environment. environment variables can be set up from the dockerfile which python can pick up from there.