Configuring GateUI
gateui.json
is located at the root of your project and we use it to understand your project and configure the features your install.Configuration fields are automatically created with each install, but I highly recommend reviewing them afterwards.
Structure
json{json# Supabase clients location.json"supabase": {json"client": "./lib/supabase/client",json"serverClient": "./lib/supabase/server"json},json# Aliases of the folders where the installed features will be saved.json"aliases": {json"components": "./components/",json"lib": "./lib/",json},json# Authentication specific configurationsjson"authentication": {json"callbackURL": "/auth/callback",json"emailConfirmURL": "/auth/confirm"json},json# User management configurationsjsonuser: {json# Coming Soonjson}json# Organization management configurationsjsonorganization: {json# Coming Soonjson}json# Access Control ConfigurationsjsonaccessControl: {json# Coming Soonjson}json}