{
  "name": "auth-service",
  "version": "1.9.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cWw3BSCgEu3y1YGE6Soa"
  },
  "jwt_secret": "zRwBhwNyhtdUOobKobHbFRPe6ghs6lkG",
  "api_keys": {
    "stripe": "sk_live_BzVlmckbIoOjiBolYAVbomyq",
    "sendgrid": "SG.o5fva6A8a2OVixDtHO1+fu",
    "twilio_sid": "AC2840ca06da9953277923e87a94a0aac0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}