{
  "name": "auth-service",
  "version": "1.8.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "939yLCV6MgRVB0m0ztLU"
  },
  "jwt_secret": "bm0HqIPJuQXIz33592iMKg45foZIPp3l",
  "api_keys": {
    "stripe": "sk_live_AHtkxzZMWMaYjNTTfjBbuPNh",
    "sendgrid": "SG.EJe0qIV9xLe9Fpk+3qMmVr",
    "twilio_sid": "ACdaa421362190ef942ea6bc5e9cf8df07"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}