{
  "name": "user-service",
  "version": "1.8.4",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GSoKwmdDicbcoF0Xn8mg"
  },
  "jwt_secret": "9YX7u7eX57VUL2JoLdrvgv0+FCCNP4DV",
  "api_keys": {
    "stripe": "sk_live_Uc5y8KSRKkRg3PBSsSFyzzuI",
    "sendgrid": "SG.ukOFqicsa3NQ9TOQbL69F2",
    "twilio_sid": "ACeefaca2aacd36ccf858c886d87ef15fa"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}