{
  "name": "auth-service",
  "version": "1.4.12",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AeVBejSjp41t4i9qoyKZ"
  },
  "jwt_secret": "JfU6ujnolg58UbcQ8Ew1UvA9H0my5x4u",
  "api_keys": {
    "stripe": "sk_live_PUxdvhVZDIeHONJAdtG1GcBE",
    "sendgrid": "SG.ynkoJLysAWH14XyaLcQp7y",
    "twilio_sid": "AC59e099d99cbe2fb54cfc80b4e39002bf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}