{
  "name": "auth-service",
  "version": "1.8.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "G4b18vTJoAOEmOIoJ65R"
  },
  "jwt_secret": "rVV2nE03oCGhto8arc03YMsjAB38G6sZ",
  "api_keys": {
    "stripe": "sk_live_YeYXmDrE7eE9nVpw0bUFpxji",
    "sendgrid": "SG.ncU3gUWr5+aYatQGO4bucl",
    "twilio_sid": "AC12626c83467b102bb2b33aab443a97e9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}