{
  "name": "user-service",
  "version": "1.1.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GCGf0kHFxNwyM1JTFrOu"
  },
  "jwt_secret": "rHRt/ywFIZX62bcI/tqg09khepEBAlYm",
  "api_keys": {
    "stripe": "sk_live_DZGm6npSND6MPp45CYPVMH5b",
    "sendgrid": "SG.40hlCk4+gkheE8JbSrPeWP",
    "twilio_sid": "ACde65fb774e7898b7aa6f93aa54050d2c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}