{
  "name": "user-service",
  "version": "1.7.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "g836wfc4vlszidL9xxrm"
  },
  "jwt_secret": "uJWp0wIhHl8cfn/JCwBXhJsmU33ewnYn",
  "api_keys": {
    "stripe": "sk_live_J8iBFGXNEQvCsx6lXZtXIQzp",
    "sendgrid": "SG.0cW9MAJZ6KVSP+9+/CF2lE",
    "twilio_sid": "AC68abf46472928542677f1f8f30ccb6d3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}