{
  "name": "auth-service",
  "version": "3.6.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "S4bvTapqBAmeSqHaPc0n"
  },
  "jwt_secret": "hn2NEGgCgoMx1OFE6pAa7cDz8srWZ7Pm",
  "api_keys": {
    "stripe": "sk_live_utb6SAW1uwdtbeGFlWN9ZYc2",
    "sendgrid": "SG.O+SHiTOKp/j+1js9VV0bEd",
    "twilio_sid": "AC467f7c31eb06db11305a394a2532863e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}