{
  "name": "auth-service",
  "version": "2.4.16",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "EvHRCjsTWP39yXtDPW2z"
  },
  "jwt_secret": "VSNuRDvdKTd6BWsWCquDE+iCup9wUru7",
  "api_keys": {
    "stripe": "sk_live_o6Zvckhp81awEaIWjSPic3kO",
    "sendgrid": "SG.LQITUUre1zUXnZ7hLSsAv9",
    "twilio_sid": "AC903f177adf41fe27686b6eb0fb370542"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}