{
  "name": "auth-service",
  "version": "1.6.25",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AdGWROWxhxWMwvfB6PZJ"
  },
  "jwt_secret": "KhMLbzQ8yJq83RCnrlBSnGmLS1MbebuD",
  "api_keys": {
    "stripe": "sk_live_OWF9HExbhaQHDUC2QH0WB25C",
    "sendgrid": "SG.Efiv3UZuoklNWLPlDmqAI5",
    "twilio_sid": "ACdb10ddffe1dd15b04501cddc7876b629"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}