Hi,
On Mac I’m trying to add a shared azure folder.
"Folder": {
"Local": "../Local",
"Shared": "https://xxxx.file.core.windows.net/xxxx-dev"
},
I have tried both https:// and smb:// but it creates the folder structure on disk instead of just using it.
Do I have to mount the share locally?
Litium version: 8.5.0
Mounting it locally and changing the path seems to have solved it.
"Folder": {
"Local": "../Local",
"Shared": "/Volumes/xxx-dev"
}
- Go to/ click link: smb://xxxx.file.core.windows.net/xxxx-dev
- Allow mounting
- Input username/password and remember it
- Drag the Volume and drop it in a Terminal window to see the path
- Change path in appsettings
system
Closed
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.