{
  "name": "auth-service",
  "version": "1.2.21",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6xSG6tzW8frGNKPASHer"
  },
  "jwt_secret": "ko4/hgKWI3lSZsTP7dEBgLFH7eOSo3hv",
  "api_keys": {
    "stripe": "sk_live_amqncGjc3tjb4tTtM3h2knDL",
    "sendgrid": "SG.avsLsUpDgT5ldNnf+/GoPM",
    "twilio_sid": "ACfadc074714489f471f53a11ed663ca35"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}