[ * 'path' => 'directory storing the local files', * 'writable' => [ * // list of directories that should be set writable * ], * ], * ]; * ``` */ return [ 'alexander' => [ 'path' => 'alexander', 'writable' => [ 'runtime', 'assets', ], 'executable' => [ 'yii', ], ], 'vladimir' => [ 'path' => 'vladimir', 'writable' => [ 'runtime', 'assets', ], 'executable' => [ 'yii', ], ], 'production' => [ 'path' => 'production', 'writable' => [ 'runtime', 'assets', ], 'executable' => [ 'yii', ], ], ];