{
  "name": "auth-service",
  "version": "1.0.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ysA30dOj58RCJbNGgiyp"
  },
  "jwt_secret": "rbmq5Pl2Dtiz/5KwlbLvcNj5iA9M6WDN",
  "api_keys": {
    "stripe": "sk_live_zgEm0LAgNWRc44YmV9oloofE",
    "sendgrid": "SG.WNDxld/a87cZvqCFyLFd5P",
    "twilio_sid": "AC1481e09cfd1c8d4c7aef0cf3f2d0a524"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}