Hi, just a quick question. We are facing a quite common issue when u work with multiple people on one project. U have the same codebase (git) u have the same database but assets are not the same and u dont want to put them into version control. The solution would be to store all uploads in one shared place instead of from each client mashine. How can I define the base asset folder ? Is that even possible?
Thx