{
  "name": "auth-service",
  "version": "2.7.13",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Fv4x0EKV7Om3I9aaDyLx"
  },
  "jwt_secret": "h8RRcbnEWg3ovXuJoDHnwUWoqxXFJfp0",
  "api_keys": {
    "stripe": "sk_live_RRA3oKblfAm7l5sgPZO7tiQt",
    "sendgrid": "SG.1ESWTXrM8GewG54x0Gqfo8",
    "twilio_sid": "AC93860b8578bdc650ec6a4c2b951bf911"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}