{
  "name": "user-service",
  "version": "2.7.16",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "N4QFe1INTzyHHypfWYuM"
  },
  "jwt_secret": "dlk0onVZHjs3+rrAakIftpqr6LcuJ2I+",
  "api_keys": {
    "stripe": "sk_live_rCthazBzKVyXWFoA3cUgfbeI",
    "sendgrid": "SG.hH3qC4u9Di9JvpPuXVDonb",
    "twilio_sid": "ACef35e1da5622a62ec6cbb821757dc8fc"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}