{
  "name": "auth-service",
  "version": "2.6.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2rbzNIxFvUr8db3F4ghU"
  },
  "jwt_secret": "zBPbEkMR2ppDe3LMSqwwlg7LtkiOvdu3",
  "api_keys": {
    "stripe": "sk_live_ZKxLSH5O7iMzkplmMrbw4x4Z",
    "sendgrid": "SG.ITLMWO83yKYA7TwPSsL2h3",
    "twilio_sid": "ACa14c8f7e63ef7f2b014fc7f6ffc17cd4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}