{
  "name": "user-service",
  "version": "2.0.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uOG29cZ66QNIn8fmAH3g"
  },
  "jwt_secret": "3OiGV8Ywkchvn0mfwAouMaNHB2q03NNZ",
  "api_keys": {
    "stripe": "sk_live_hdDV5LcEOnzz6uJMZGSpzU0d",
    "sendgrid": "SG.65ojB0rPULNM0mq0Pq9uKz",
    "twilio_sid": "ACf1fcdaa76879591827a7e3024bf5617a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}