{
  "name": "auth-service",
  "version": "3.7.19",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zi82c3mGNF4jg53H3J0h"
  },
  "jwt_secret": "yJsE+XQGhQfmmESCzrKHJz19swqvLboo",
  "api_keys": {
    "stripe": "sk_live_mBZItbgvYZgrWHuteje8Zp5s",
    "sendgrid": "SG.VG1AZAimBoom0MHq8igdB2",
    "twilio_sid": "AC9c4bc4e53c1edbeb82fd585525976704"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}