{
  "name": "user-service",
  "version": "1.3.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OEzn8d4QitUJBX3Ms5pg"
  },
  "jwt_secret": "oIMRNvzCWni98rkhpz/bsVRwTlGzy8pU",
  "api_keys": {
    "stripe": "sk_live_iddV6mV2V8xbXDR7rIGODgh8",
    "sendgrid": "SG.QKFUWnvz2fB1FQCoUbni2A",
    "twilio_sid": "AC582eb4e5cc80bd841f8b452b6fdeeba4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}