{
  "name": "user-service",
  "version": "1.2.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "daebR8JrYPXdOjQaFwxN"
  },
  "jwt_secret": "UC1A3CDAR3FkedK4yfp4Ve4z6yD48gIP",
  "api_keys": {
    "stripe": "sk_live_MUhqriMopFv81XvPxaVuJ7Ru",
    "sendgrid": "SG.AENI4djKVDKv/NugzxccQs",
    "twilio_sid": "AC108d9ec83e1e4eb853c2af0cb2422ae1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}