{
  "name": "user-service",
  "version": "2.6.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7ojTu3cRUYJ7LRRp0Mtd"
  },
  "jwt_secret": "vAmJeCJE9hj2D/lhUvZ5cKbBA09iwoFd",
  "api_keys": {
    "stripe": "sk_live_gcgsX3iO8f06JZmDa3QwTbdJ",
    "sendgrid": "SG.o7iApsb66Vae26bB6cUQp/",
    "twilio_sid": "ACfd7bc272364afac694d9471b75caeaa6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}