{
  "name": "user-service",
  "version": "2.2.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "H335zqGYbqdP13rCvK5Q"
  },
  "jwt_secret": "RnoUt0WtLS8xKEDBRjU7mWfItAs/7pQu",
  "api_keys": {
    "stripe": "sk_live_7hm6OluCFfwzarmrYycIs7Rw",
    "sendgrid": "SG.zwb9D1DZul5A0Eb4NBTrqP",
    "twilio_sid": "ACef310531def023807a85a6c05c728f59"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}