You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"share_sessions": true, // (boolean) share user sessions between subdomains of base_domain (only for users_share_sites = true)
"default_user_role": "client", // default user role for all new users
"users_share_sites": true, //(boolean) true: permit to share users between sites, false: All users are assigned for a unique site. (Only changed before installation)
"db_prefix": "", // prefix name for database tables
"relative_url_root": "", // URL prefix, for example to get http://localhost:3000/blog/, this should be "blog"
"hooks": {}
}
// Note: after any change in this file, you need to restart your server to apply changes.