{
  "name": "auth-service",
  "version": "1.2.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "XHntuReFjaEfZUDjCIKM"
  },
  "jwt_secret": "aiBSlBozLI1xt1Y52oFpcMUUlvZA4SMo",
  "api_keys": {
    "stripe": "sk_live_PKhGWRwaIVlBqs52MVqmpSeR",
    "sendgrid": "SG.hACKl+T9LZCykqL3Qxhdlr",
    "twilio_sid": "ACc70a9161645eae8e06baefcd33d75142"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}