Central settings for CGRU Keeper

Installation and configuration.
Post Reply
vfxgeek
Posts: 27
Joined: Sun Dec 12, 2021 1:34 pm

Central settings for CGRU Keeper

Post 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
User avatar
timurhai
Site Admin
Posts: 911
Joined: Sun Jan 15, 2017 8:40 pm
Location: Russia, Korolev
Contact:

Re: Central settings for CGRU Keeper

Post 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.
Timur Hairulin
CGRU 3.3.1, Ubuntu 20.04, 22.04, MS Windows 10 (clients only).
vfxgeek
Posts: 27
Joined: Sun Dec 12, 2021 1:34 pm

Re: Central settings for CGRU Keeper

Post by vfxgeek »

Perfect. Thanks very much for your help.

Lukas
Post Reply