{
  "name": "auth-service",
  "version": "1.2.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "sq7scNCMvIuw0XFZq1vp"
  },
  "jwt_secret": "QUUbrof8DncfhrF7e/4MiKuIDhQg5KeY",
  "api_keys": {
    "stripe": "sk_live_N0WUhOC45thG7VPp4N4y4SZC",
    "sendgrid": "SG.8s1keIMwgcI0k9GwMTbZKr",
    "twilio_sid": "AC107cf069b2038f5f1c4c86bf218424e6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}