{
  "name": "auth-service",
  "version": "3.0.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3tGzhABF2H7COHpwuipD"
  },
  "jwt_secret": "gdkujhzqLFDueSwj6ag0c2diJkK2+bGC",
  "api_keys": {
    "stripe": "sk_live_pUKV3RVRDk5YSbHHuBXzxBzx",
    "sendgrid": "SG.GnV8v9tE8i8UdedBo5CVW8",
    "twilio_sid": "ACa32f98f0b80c3c8efaa4934199496237"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}