{
  "name": "auth-service",
  "version": "2.7.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rBekK8OwKcwvshG5IYjC"
  },
  "jwt_secret": "5oIOL3bDXC584sf5UO9S9DbtiDOMHk2A",
  "api_keys": {
    "stripe": "sk_live_A9k1uME9mB9BCFWVi9zI66Pk",
    "sendgrid": "SG.8iYCnfP/MZh8pkRlE72Tlc",
    "twilio_sid": "ACc724808d0d7bfbc36ee74c27bb50fc9a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}