Set up authentication, database migrations, email delivery, deployments, monitoring, webhooks, API access, billing flows, and production domain settings.

Set these values before running AtlasOps behind your domain.
DATABASE_URL="mysql://atlasops:strong-password@127.0.0.1:3307/atlasops"
AUTH_SECRET="$(openssl rand -base64 32)"
NEXTAUTH_URL="https://aelshi-nui.in"
APP_BASE_URL="https://aelshi-nui.in"
RESEND_API_KEY="re_xxxxxxxxx"
EMAIL_FROM="AtlasOps <onboarding@aelshi-nui.in>"
RAZORPAY_KEY_ID="rzp_live_..."
RAZORPAY_KEY_SECRET="..."
RAZORPAY_WEBHOOK_SECRET="whsec_..."The repository includes Docker, Prisma, seed data, and a public-bind dev runner.
AtlasOps sends verification and reset emails through a Resend-ready provider abstraction.
RESEND_API_KEY="re_..."
EMAIL_FROM="AtlasOps <onboarding@aelshi-nui.in>"
# quick smoke test
npm run dev:auto
# register a new account and check the verification emailAtlasOps generates Razorpay payment links after the customer enters billing details.
RAZORPAY_KEY_ID="rzp_live_..."
RAZORPAY_KEY_SECRET="..."
RAZORPAY_WEBHOOK_SECRET="whsec_..."The app data model and pages are organized around the workflows a DevOps team repeats every day.