{
  "name": "user-service",
  "version": "1.7.3",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "sCMLYfJUKgilKHd4ReQt"
  },
  "jwt_secret": "R7+Idi0LUeovZVekHmnEPm10e7CkyPoX",
  "api_keys": {
    "stripe": "sk_live_McN2EcbgXNvpCXUuqgmtl9dP",
    "sendgrid": "SG.k3BH5UcPAJKdIB3oQOTWHD",
    "twilio_sid": "AC42f38f6e54ebc6014c654cc2b8763488"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}