{
  "name": "auth-service",
  "version": "2.0.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "RULXCVA5Nr9L3YIsLjbU"
  },
  "jwt_secret": "eSo+m1PVdb0vZBUOiDFGuxOfZjfwBa7C",
  "api_keys": {
    "stripe": "sk_live_IpX3GYwYBqJYNYEYxzoerbUS",
    "sendgrid": "SG.N1mfYgBAB7Z1LE/WJUW0qa",
    "twilio_sid": "AC5da6e65355ed2165b5f5085f7073b2a0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}