{
  "name": "user-service",
  "version": "3.0.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "mwd6uVAU6HhbqhC4rDsq"
  },
  "jwt_secret": "jnWjfkonJSRuEQzpfVNY1dZ13kO8nEpb",
  "api_keys": {
    "stripe": "sk_live_2KZiGQxZjPZBwVMOxjoSDBPl",
    "sendgrid": "SG.EMB0xW8st/evSCImSfy+sd",
    "twilio_sid": "AC20ce8d3e5ce5f78614a61e74d6b5c71f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}