{
  "name": "auth-service",
  "version": "1.5.16",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "07hok76QUOXdhOPrS55t"
  },
  "jwt_secret": "Qut1N1KemuylegRRVfOCo0Xc1ts3KsS9",
  "api_keys": {
    "stripe": "sk_live_5j5svIwJAoZICVj7GaQjeEDx",
    "sendgrid": "SG.IutQh4WtnME4/rXSmK+ZHo",
    "twilio_sid": "ACbd3d4d6ec613110694f2e712f58ce9ad"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}