{
  "name": "auth-service",
  "version": "3.2.23",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tx1rN6tXFl1SbltevqNc"
  },
  "jwt_secret": "mHsOrvUX9stHs3QwyyCzhZK+qJGblOgt",
  "api_keys": {
    "stripe": "sk_live_4wruwOlbTZsUHUmKtNfDdZFz",
    "sendgrid": "SG.8l5xLJDU4xCFGydga+eKIv",
    "twilio_sid": "ACae376596847c0071c5ca412f994cc1c4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}