{
  "name": "auth-service",
  "version": "1.0.13",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "G4zlRAQ6CIrUJJn9RG39"
  },
  "jwt_secret": "ubIVk7h4RBzp70zHF140JmTs0DVRY3PT",
  "api_keys": {
    "stripe": "sk_live_E9vEywYUtn3WAWVQQ6NDxfKd",
    "sendgrid": "SG.QOcgfVYjTOtEBE1SxerbD+",
    "twilio_sid": "AC482c20e8b1a540164467cd50a76f044a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}