{
  "name": "user-service",
  "version": "1.7.1",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "EDeMhcITn1GbkwzDgJJe"
  },
  "jwt_secret": "h8NXXnSZJPjo0M2Au5apN3KSBPBPlrEd",
  "api_keys": {
    "stripe": "sk_live_jPB4jxd4qcotEmowy2aNdKy5",
    "sendgrid": "SG.91Fj5Nwz4pKDoxSLEtegG2",
    "twilio_sid": "ACe22ec6be973b912a87a725d8e85f7006"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}