{
  "name": "auth-service",
  "version": "2.1.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wLtm9ERm3xnjELRtuOMk"
  },
  "jwt_secret": "PzLSGLi1YP5/nd5IwiARFIwJlyBs+AdK",
  "api_keys": {
    "stripe": "sk_live_2dDGUbZBd1wgcHRyt0wthl9r",
    "sendgrid": "SG.jo4klLxqoPrGio/36SH9eY",
    "twilio_sid": "AC2933eb54cde5ceb997c2c69e645b5e54"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}