{
  "name": "auth-service",
  "version": "3.2.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cp5LG7G3PK6M1eI4Ina8"
  },
  "jwt_secret": "8uXQkjXxrshfjXAdG/KdW2uv31g9hIct",
  "api_keys": {
    "stripe": "sk_live_3BwWsI2O4nAArBpJHubLu905",
    "sendgrid": "SG.yu5NOWPoh14S8mormuC4XO",
    "twilio_sid": "AC2c091023d05230f49170e0fef2c96d27"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}