{
  "name": "auth-service",
  "version": "1.6.8",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "B7A2YDE50LndWdpoLI8e"
  },
  "jwt_secret": "0xWW6oMKy1UTIq9Sx2P3NGs7QeZGQfPo",
  "api_keys": {
    "stripe": "sk_live_7IY5sh6i6uoZwPZVF8mUz3IG",
    "sendgrid": "SG.gBt9zxFOredMzGxj0uzzTE",
    "twilio_sid": "AC24bcfa51eea4458d06f4cc0819144f91"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}