{
  "name": "auth-service",
  "version": "1.0.14",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wzgLEaEoOFwywUqlQgGG"
  },
  "jwt_secret": "fxpQ6bc3VUamcObXOTzHtV1LZgTvM4RQ",
  "api_keys": {
    "stripe": "sk_live_a2pFZsd66dqHEUjHPAbXnH4p",
    "sendgrid": "SG.QmoWpAiO/1iP8seSHDNcGc",
    "twilio_sid": "AC42ac9f98dab69e5b487b7f8c621e2704"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}