{
  "name": "auth-service",
  "version": "2.4.24",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KwJ0w2Q8tCAFTvXULMBa"
  },
  "jwt_secret": "E4eRelMQ/xOlxX1RPbeDiRshgVb3HmAA",
  "api_keys": {
    "stripe": "sk_live_4nf8mJ8cKebl5MIP5UFdJDnC",
    "sendgrid": "SG.tUqqW/YWhZ0j3jhhgYVl4q",
    "twilio_sid": "AC9225faf3f0131a3f0580cea578e22d9a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}