You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For proxy options, see https://www.npmjs.com/package/proxy-from-env which is used by https://github.com/TooTallNate/proxy-agents/tree/main/packages/proxy-agent. It's currently supports Hapi Wreck only, e.g. in the JWKS lookup.
74
74
75
+
4.**Database setup**: See [Database Migrations](#database-migrations) for information on how database migrations work in this project.
76
+
75
77
### Development
76
78
77
79
To run the application in `development` mode run:
@@ -189,7 +191,7 @@ When running on the main branch, HTML reports are generated:
189
191
190
192
#### Common Issues:
191
193
192
-
1.**Port conflicts**: The tests use ports 3001, 5556, and 27018. Make sure these are available.
194
+
1.**Port conflicts**: The tests use ports 3002 (API), 5556, and 27018. Make sure these are available.
193
195
194
196
2.**Docker resources**: The integration tests require sufficient Docker resources. Increase Docker memory if needed.
**Important**: When running migrations manually, ensure your `.env` file contains the correct `MONGO_URI` and `MONGO_DATABASE` values that match your local MongoDB instance.
0 commit comments