{
  "name": "auth-service",
  "version": "2.1.14",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "63awnGXG3JeKCgS6j1SD"
  },
  "jwt_secret": "Jk5n4nan4plnLUHVOI1PYkPvirnjO90k",
  "api_keys": {
    "stripe": "sk_live_yqjE5WWaIySrsYq25C3fn5GX",
    "sendgrid": "SG.GwuH9+qR6eBiiC7rDcfPCG",
    "twilio_sid": "AC7e4c831ecc45c57548af662e568d9095"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}