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 Project
API URL:https://api.servercompass.app
Environment:production
Version:1.0.0
database_url:postgresql://user:password@localhost:5432/servercompass
api_secret_key:your-secret-key-here
app_name_not_public:Not set

About 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.