{
  "name": "auth-service",
  "version": "3.1.9",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0UX7T2peUNsa8R8uIkpR"
  },
  "jwt_secret": "kAjNdes/I9iJF+eeOkZ/X0Q06KWiBzdK",
  "api_keys": {
    "stripe": "sk_live_x5vuSa8CTghUGOz8ZYqaRFGf",
    "sendgrid": "SG.7P6uXvWkgbLHQlPKjRYmi+",
    "twilio_sid": "ACa015f633643a03e75ef75c9e2ab8f516"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}