{
  "name": "auth-service",
  "version": "3.4.24",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LrQHeKsqTAJFTSyG14GI"
  },
  "jwt_secret": "O4MiY01KdZXDh0GCdYIirc9OGFx6dg3L",
  "api_keys": {
    "stripe": "sk_live_DPPmp2ECgK9k1WmfbhydZHqn",
    "sendgrid": "SG.nB0T/6UoIpZKKAQFWlNZDI",
    "twilio_sid": "ACcd69f7337ccf111c21db63a9f9010647"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}