We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The knexfile uses a name suffix for the db names depending on the env, where prod is just DB_NAME but e.g. staging is DB_NAME + '_staging':
DB_NAME
DB_NAME + '_staging'
user-service/knexfile.ts
Line 57 in d4be8f4
Incorrect line:
user-service/src/App.ts
Line 84 in d4be8f4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The knexfile uses a name suffix for the db names depending on the env, where prod is just
DB_NAME
but e.g. staging isDB_NAME + '_staging'
:user-service/knexfile.ts
Line 57 in d4be8f4
Incorrect line:
user-service/src/App.ts
Line 84 in d4be8f4
The text was updated successfully, but these errors were encountered: