{
  "name": "auth-service",
  "version": "1.0.3",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "W8NCPYEFkr1XXv5s45HR"
  },
  "jwt_secret": "ID+2Oy2GLxWw/C4755a7CtXgF07tfxGX",
  "api_keys": {
    "stripe": "sk_live_iAwbloy968Ts8Ph1UlyCJEwg",
    "sendgrid": "SG.eOgdbVlhkGGi4M4SfPm8Sl",
    "twilio_sid": "AC21980d328745d008643dd83f4b411542"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}