{
  "name": "auth-service",
  "version": "3.6.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6YvvSmP0T85n7M0AhUOL"
  },
  "jwt_secret": "zgIuYzwSIPOBBravomzQUBfuwTabBzZx",
  "api_keys": {
    "stripe": "sk_live_1WorHmZE38d606kTvsz6k0l6",
    "sendgrid": "SG.eJyaTE30FKR5aymikcaNvq",
    "twilio_sid": "AC9682444ee2e31cc3df097190edaa5779"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}