{
  "name": "auth-service",
  "version": "2.2.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OOLeCzoql5aSFGG9WSu1"
  },
  "jwt_secret": "JdvOoUozmZTL0pdwB7Dc8dknJBzzQ7aU",
  "api_keys": {
    "stripe": "sk_live_p0zrbhvPi1y8hucpiqiMYfeR",
    "sendgrid": "SG.wcZRiU0UL9aE8/JZ2c5yJS",
    "twilio_sid": "AC6afb14ca84e8d518acec4e8bbccb5a9c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}