{
  "name": "auth-service",
  "version": "3.5.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Neldk5VVMKkWavShnOo2"
  },
  "jwt_secret": "8xo/WSS1kfO8EXzp55JjXhtRGTWEc6sj",
  "api_keys": {
    "stripe": "sk_live_qNunWBL0vPKa6szNy67WCi4c",
    "sendgrid": "SG.3rb4SPeGRFxY/uSK3HVtEd",
    "twilio_sid": "ACa63cf4b2c9676e6bc27c7e1ae52f5946"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}