{
  "name": "user-service",
  "version": "2.4.12",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7ezFLjCl8plhud75aw0w"
  },
  "jwt_secret": "0j3QocACSnJ8Fo0mc1mMry4RbQF5hk2O",
  "api_keys": {
    "stripe": "sk_live_qLivQjl5vhVuXjMjZX4tWRmw",
    "sendgrid": "SG.fRCjXeDDx+I/iaasRin8Yj",
    "twilio_sid": "AC178fec637b21ea4414758b04c9e1095b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}