{
  "name": "auth-service",
  "version": "3.5.18",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ls6gwOHNDLbtMlVZ3uFZ"
  },
  "jwt_secret": "gSKecxQ7HGO8phnf4lWkQCKHt7ROi7+w",
  "api_keys": {
    "stripe": "sk_live_XxB0xryIMeEXQAQ128GG7hgW",
    "sendgrid": "SG.Wlfbtw7wE84L7OBh0C/FMC",
    "twilio_sid": "AC213096f79a386a26ef34d7bb22348d80"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}