{
  "name": "user-service",
  "version": "3.4.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dWrZsznQKdMuST22SMK2"
  },
  "jwt_secret": "//p3gcSq5OlFTjQL6+matiQLFKb3PRXN",
  "api_keys": {
    "stripe": "sk_live_2IhjUkn30VdqR0VKZYKIjQSJ",
    "sendgrid": "SG.zmifKUXKE5lEnbp7xokt0j",
    "twilio_sid": "AC46ccfc959f0c6e57524648c3186ebadc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}