By default do not create a symlink to moodledata
authorFrederic Massart <fred@moodle.com>
Fri, 7 Dec 2012 02:44:06 +0000 (10:44 +0800)
committerFrederic Massart <fred@moodle.com>
Fri, 7 Dec 2012 02:44:06 +0000 (10:44 +0800)
config-dist.json

index 698c197..8f8d2bf 100644 (file)
 
     // Name of the symlink pointing to the data directory to create in the www directory
     // during an instance creation. If false, the symlink won't be created.
-    "symlinkToData": "_data",
+    "symlinkToData": false,
 
     // You should not edit this, this is the branch that is considered as master by developers.
     "masterBranch": 25,