{
  "name": "auth-service",
  "version": "3.1.22",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bkc2PkwRV79XCzwhFOKe"
  },
  "jwt_secret": "febADbIwmFmIO6hyhtK2AtSTVPqs4pFM",
  "api_keys": {
    "stripe": "sk_live_x3nZ72HLJQY2095C0Mum1mLp",
    "sendgrid": "SG.IIt2GH0e+voiKd4WS60Ig/",
    "twilio_sid": "AC760f4ae79af62d4c87060abf11c7d1a2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}