Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure development/production/testing environments not just for the database #58

Open
amcewen opened this issue Feb 1, 2022 · 1 comment
Labels
api Issues relating to the API server component

Comments

@amcewen
Copy link
Member

amcewen commented Feb 1, 2022

At present api/knexfile.js contains the way to switch between different environments: development, testing and production.

For #7 we'll want to add different email server details for each environment too (I think each developer will have their own email username and password, which would be set in .env) so we'll want something more generalised rather than just in the database code.

@amcewen amcewen added the api Issues relating to the API server component label Feb 1, 2022
@amcewen
Copy link
Member Author

amcewen commented Feb 1, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues relating to the API server component
Projects
None yet
Development

No branches or pull requests

1 participant