ServerCompass Demo test auto deploy Branch Main update update
Sample Next.js deployment with environment variables - test public env
Environment Configuration
App Name:
ServerCompass Demo ProjectAPI URL:
https://api.servercompass.appEnvironment:
productionVersion:
1.0.0database_url:
postgresql://user:password@localhost:5432/servercompassapi_secret_key:
your-secret-key-hereapp_name_not_public:
Not setAbout this demo
This is a sample Next.js application demonstrating environment variable usage. The values displayed above are loaded from the .env file and can be configured for different deployment environments.