{
  "name": "auth-service",
  "version": "2.0.3",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "h1rQvy3l4qQYA9UaJ3QI"
  },
  "jwt_secret": "vXZAJVgJsPnQPe/2B++aza5mJvQy2s0y",
  "api_keys": {
    "stripe": "sk_live_nkEVvQR9NcDTffQMepBBKCQd",
    "sendgrid": "SG.6BinMy5eyYKtXVIsvnN46E",
    "twilio_sid": "AC71a6c9ffdcab68c37732ae7b688eae3f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}