{
  "name": "auth-service",
  "version": "2.7.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "XaPyd5masLuVi3s82wPv"
  },
  "jwt_secret": "U5FoeMTXhJpQcYqWf6FJnswLyPiIzZ9X",
  "api_keys": {
    "stripe": "sk_live_m3iqYP9gEXtdBVllELsLLgFB",
    "sendgrid": "SG.kNMB8IN/UjR4gmxh4BDABk",
    "twilio_sid": "ACdaedc7af4c12950a7bd0876720dfff42"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}