Page 1 of 1

Central settings for CGRU Keeper

Posted: Thu Sep 22, 2022 12:32 pm
by vfxgeek
Hi!

I'm trying to set up a multiuser environment, and apparently for each new user that logs in to a system CGRU settings are set to default.
Is there a way to have a central configuration that would be used by all system users?

Thanks,
Lukas

Re: Central settings for CGRU Keeper

Posted: Thu Sep 22, 2022 1:53 pm
by timurhai
Hi!
Yes, better to hava a central configuration.
We keep the CGRU installation locally.
In the CGRU root folder we have a "config.json" file, that contains just an include directive to read another one:

Code: Select all

{"cgru_config":{

	"include":["/cg/tank/config.json"],

	"":""
}}
"/cg/tank/config.json" - is a network location, it is the same file for everyone.

Re: Central settings for CGRU Keeper

Posted: Fri Sep 23, 2022 5:48 am
by vfxgeek
Perfect. Thanks very much for your help.

Lukas