{
  "name": "auth-service",
  "version": "2.4.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "w0NFUlcB4gEvZI3k9y8V"
  },
  "jwt_secret": "/My+mq4QqxDxox1PkvnKAcOW/HcrUXRA",
  "api_keys": {
    "stripe": "sk_live_x14PI30sqkXY3l7U7fcCk1pF",
    "sendgrid": "SG.A3YYbN8AZa5M/oO0GAGre0",
    "twilio_sid": "ACc7ef298836384714fc02f40d8a33f1e8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}