{
  "name": "user-service",
  "version": "3.3.8",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "n4iruDcxKvm5eJNiphow"
  },
  "jwt_secret": "RuOP7C6yafX8Oz6K2TZ3avyIwHuDCOsd",
  "api_keys": {
    "stripe": "sk_live_ZdRkOwdeytB9At4zLhS8yse5",
    "sendgrid": "SG.YhRrWv0vXgjqMN7ppylWbT",
    "twilio_sid": "AC2044a1a3e3a6e8a06b0e0713e657c5e2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}