AcademySoftwareFoundation / opencue.io

Source for OpenCue website
https://www.opencue.io
Creative Commons Attribution 4.0 International
14 stars 27 forks source link

Shared config directory path on Windows #275

Closed nyqvistatwork closed 1 year ago

nyqvistatwork commented 1 year ago

Describe the documentation issue

On page Configuring OpenCue the Windows path for the Shared config directory is not correct. Software settings stored in %APPDATA% needs to be in Local, LocalLow or Roaming subfolder.

Describe the enhancement

Either keep using %APPDATA% with Local:

Or use %LOCALAPPDATA%:

bcipriano commented 1 year ago

Thank you for this!

It's my understanding that %APPDATA% typically expands to C:/Users/<username>/AppData/Roaming/. For example. Let me know if this is inaccurate for you.

I've updated #274 to add Roaming/ to the example path.