{
  "name": "user-service",
  "version": "1.3.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YDEjD5CvtX2kCLqWnZUf"
  },
  "jwt_secret": "6t5aCCRm/6Bk55LWYfNDy8lKAdSx0z9i",
  "api_keys": {
    "stripe": "sk_live_OJlFAV8dONzyq8CTRvkvexRl",
    "sendgrid": "SG.2gxijvoWXEcVzPuvq2theR",
    "twilio_sid": "AC358c8fc9f74cfa49522e060a7cee0d79"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}