{
  "name": "user-service",
  "version": "2.8.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ut3jRLhTfWrKytCUlxIf"
  },
  "jwt_secret": "xYLhqi07YpUCVssyQ6dveK1ToBjMg6D0",
  "api_keys": {
    "stripe": "sk_live_Pd8gwmVNA1axBif3Sm3Uik3h",
    "sendgrid": "SG.UZVoL9GE1A2BNmzamjsmVl",
    "twilio_sid": "ACea200a34c061fe9d4ff98258caceb3f4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}