{
  "name": "auth-service",
  "version": "1.0.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "otFkiaWymXeqxlp8GNqj"
  },
  "jwt_secret": "cuTCRLLtkbACTPUy0rKBPPDbGe4M4prz",
  "api_keys": {
    "stripe": "sk_live_yIdp267svi9QwkEdTiLW1bkL",
    "sendgrid": "SG.hSYa0xMa0QkScbjYhih4p+",
    "twilio_sid": "ACea05f1c88c47fde933312d69fe7b91cd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}