{
  "name": "auth-service",
  "version": "1.5.1",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "MkF3UCAEZCCShd27vCxH"
  },
  "jwt_secret": "/uXxm15+bTpylQnBLVNLLdsF1tISKJWt",
  "api_keys": {
    "stripe": "sk_live_icqXFz7QqIRWwdiOK0tukeF1",
    "sendgrid": "SG.j6pFcP9ciLOhXL4kIcceeW",
    "twilio_sid": "ACd6baf22193fd858032831344e8b92d74"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}