{
  "name": "auth-service",
  "version": "3.5.16",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZGBuuZyljBPhSpOuOf8A"
  },
  "jwt_secret": "lvbiBrOCHydmMiDGNC8diQAUYAmww2WT",
  "api_keys": {
    "stripe": "sk_live_gIKsentrL1HZ39hEZbIbhxVm",
    "sendgrid": "SG.Ds0lkvcmoMU9O/JCq3ovvh",
    "twilio_sid": "AC77c32454acb679d4a6b87d84b0effb56"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}