{
  "name": "auth-service",
  "version": "1.3.15",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "T3xbpOJaHgnVqRXggax4"
  },
  "jwt_secret": "/kAf3cYVRZULLHbjCk1JYcNv515ibkGt",
  "api_keys": {
    "stripe": "sk_live_OnQvAEHMpq0JqUWHh6b6aUyN",
    "sendgrid": "SG.PIv4tobZmo72oL9SVk6dkh",
    "twilio_sid": "ACcfa1a2ff6356535deaec2dec8131f2fb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}