{
  "name": "user-service",
  "version": "2.8.16",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gMw5RObgTxKmNUenMLQz"
  },
  "jwt_secret": "1zWwdnSXv5GfL2AteCPTUj7O0Bho1jGU",
  "api_keys": {
    "stripe": "sk_live_sNM0pLx4o3eUGFqQn2yx10BN",
    "sendgrid": "SG.jsDV+C1A8QE5oNuM3SOUR9",
    "twilio_sid": "AC8a357e013a8a09d948c54b7cc7e2b514"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}