{
  "name": "user-service",
  "version": "2.7.17",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GIdGXpDGDd4CBtsiQDnJ"
  },
  "jwt_secret": "2Asm5UXFQk4ZwAKGKmYDsYqUGNsxUKOf",
  "api_keys": {
    "stripe": "sk_live_eicVFIl2qh3hRXQVK6f4LwNC",
    "sendgrid": "SG.1OG44mRo/4OeSVt45FBvrO",
    "twilio_sid": "ACb3acd4bdba46387ec9e492beea6060df"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}