{
  "name": "auth-service",
  "version": "2.9.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JtzIMUi6T8pcwdYnZDgr"
  },
  "jwt_secret": "MIf9JdXSjd1cupLhtkTS4T6mP+ZXvYRF",
  "api_keys": {
    "stripe": "sk_live_g5MJW6k9yVqWKaSZ0jLVbVtG",
    "sendgrid": "SG.e1tFq0hC+pQz+UNIuA6uFU",
    "twilio_sid": "AC94e9cd9b311d432d8a8182aab1a0198c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}