{
  "name": "auth-service",
  "version": "1.2.7",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "M6sJm3DeiJMKGfOoXavD"
  },
  "jwt_secret": "/vZNzgaMN75YXQaevT4arwb18iRsNt51",
  "api_keys": {
    "stripe": "sk_live_KAF0pSWX6Q7xZ4531khAhTSf",
    "sendgrid": "SG.1FHsDdcFM0QxFPs87kvpcg",
    "twilio_sid": "AC679296e8c23f48b750865365620e21a2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}