Integration Guide
Railway + Meridian
Deploy Meridian on Railway in minutes. One-click template, automatic scaling, and zero-downtime updates for your licensing infrastructure.
Quickstart
1Click the Deploy on Railway button above
2Railway clones the Meridian template into your account
3Set the environment variables below
4Railway builds and deploys automatically
5Your Meridian instance is live at the assigned Railway domain
Environment Variables
Set these in your Railway service dashboard under Variables.
| Variable | Description | Example | |
|---|---|---|---|
MERIDIAN_BASE_URL | Your Meridian instance URL | https://meridian.example.com | |
MERIDIAN_API_KEY | API key from Meridian dashboard | mk_live_... | |
MERIDIAN_WEBHOOK_SECRET | Webhook signing secret | whsec_... |
Verify Deployment
Once deployed, hit the health endpoint to confirm everything is running.
curl https://your-service.railway.app/api/health{
"status": "ok",
"version": "1.0.0",
"uptime": 3600
}