{
  "name": "auth-service",
  "version": "1.3.24",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0py1QsBAyErbzndC8znr"
  },
  "jwt_secret": "DOehgkZusV02Yd3GyfnwrYmWFINopwVs",
  "api_keys": {
    "stripe": "sk_live_pgEkTl3hFllG3mbhyDktebSh",
    "sendgrid": "SG.3/fKx2JbRjegJGDcLwuAmf",
    "twilio_sid": "AC11c731c7001c4fa58dac450d22e00c34"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}