{
  "name": "auth-service",
  "version": "3.0.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xEti2AwP1HsDek6uch3Y"
  },
  "jwt_secret": "NCEj3nm0WRowZPI/PgvZDgpn8i1TcgLL",
  "api_keys": {
    "stripe": "sk_live_ujCsBuIG91O5CZfdOdcDV6S8",
    "sendgrid": "SG.q+mzTWkqkDsDJeeWZc60hM",
    "twilio_sid": "AC9938dad9f72898ad15332e97258b6fd8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}