{
  "name": "auth-service",
  "version": "3.1.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fp3i97VM7GjxB11cVgYb"
  },
  "jwt_secret": "BuIIzulL0bmipb+UQa9XCC602wQWL+zV",
  "api_keys": {
    "stripe": "sk_live_mkRfjkxh7b1gwVRAR2sJJXwC",
    "sendgrid": "SG.xaR053WXXIcx8plXwp5YLM",
    "twilio_sid": "AC2418033bee420b31f0d6747b37e51487"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}