{
  "name": "auth-service",
  "version": "1.2.26",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3H3TGRIR1kPvc5it8k6Y"
  },
  "jwt_secret": "6bn61Zk0688ca4JsS6L21QLTMnYjlpir",
  "api_keys": {
    "stripe": "sk_live_1iHEFTnc3IeCqkvL3srf6Ywx",
    "sendgrid": "SG.BA4b0Ptb1WeR5cJXBif0IW",
    "twilio_sid": "AC48696c23210c7c21fbb9b0a86cd4a7f6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}