{
  "name": "user-service",
  "version": "1.1.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "fGpQ3mhHET2x20sOd8Ds"
  },
  "jwt_secret": "5G6Iq66L1tZIJypkHhPU2zmGjbUhTbOI",
  "api_keys": {
    "stripe": "sk_live_htHWKXo9uS6uB3di6IKNOkLd",
    "sendgrid": "SG.lVoI8TTFjzLWzsxpZZp3E/",
    "twilio_sid": "AC8c04ab2919f50b5fd1074555b932f387"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}