{
  "name": "auth-service",
  "version": "1.5.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "I0gJWzsT1jhnDxclVBYj"
  },
  "jwt_secret": "iOw4IykKdBP59S4MgoeLApV6xccSBm75",
  "api_keys": {
    "stripe": "sk_live_zrLkGjf3RR3mAfBLZOLGExrG",
    "sendgrid": "SG.DteVh22JZkdce5ooeOGaMl",
    "twilio_sid": "ACd3edc3c8dda01073e471300f13913cf6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}