Files directory

Hi everyone,
I have a site with document management (photos, files, etc.).
I would like to specify a different directory for the site in development and the site in production and I would like this directory to be external to the directory of the folder where the site resides.
The first question is how do I define a different folder based on the target.
The second info is can I take the files from a directory external to that of the site? (e.g. c:/documents/photos)

Hey @enriweb77,

  1. For the first part of your question, you can use the ENVIROMENT variables:

every variable you assign there is per target…

  1. I don’t understand what exactly you want to do…
    You are talking for the remote site or for your local?

What do you mean by saying “take the files”?

I have a site that I publish on a local folder because it runs within the client’s network.
If I’m not mistaken when I click on the publish button wappler copies all the files that have changed and among these there could also be test documents or images if the document folder is inside the site folder.
My idea was to create a folder outside the site directories so that the document part was never copied.

For example:
My development target is C:/dev
The production target is C:/prod
The development documentation directory is C:/files/dev
The production documentation folder is C:/files/prod