📄️ Local Development Guide
The Docusaurus documentation server (npm start in AppDev-CorpWiki) is pinned to port 3001 to avoid colliding with the People Portal backend on port 3000. If you need to change either port, update the start script in CorpWiki/package.json and the PORT value in your server .env.
📄️ OpenID Provider Configuration
For People Portal to function correctly, the OIDC provider must offer the scopes openid, profile, email, and a custom scope named people_portal.
📄️ Environment Variables
This section provides a comprehensive reference for all environment variables used by the People Portal Server. These variables control various aspects of the application, including authentication, database connections, third-party integrations, and cloud services.
📄️ CI/CD Architecture
This documentation provides a comprehensive guide to the People Portal CI/CD architecture. It covers the flow from raw source code in independent repositories to a multi-platform production image hosted on Docker Hub.