{
  "name": "auth-service",
  "version": "3.1.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "F0KXkSp6TQbqHFQwi8M0"
  },
  "jwt_secret": "jWR3JC1ANnboBzX4nSDbwhvbanBnUlus",
  "api_keys": {
    "stripe": "sk_live_aMYdkt261sI59dEJB4pExqEx",
    "sendgrid": "SG.XtyKGN8UXvPMC0AkejjBI1",
    "twilio_sid": "ACee7e33fe40dcee015dac6bdad7a720ce"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}