{
  "name": "auth-service",
  "version": "3.6.29",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0ctE0r6xotrhasNPkT6Z"
  },
  "jwt_secret": "urCxbSZg2IKjzM30SmB9edVY6AFiX+LJ",
  "api_keys": {
    "stripe": "sk_live_v7leOhUmRFc48Z0GdHnXCmlz",
    "sendgrid": "SG.Mt4gW3/3HjmubB0JS5TUw0",
    "twilio_sid": "AC6b1c873b457256b8268466407f6071db"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}