mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-02-04 00:42:48 +00:00
Divides 'dist' folder into several assembly specific distribution parts
The 'dist' folder has been renamed to 'distribution' and divided into 2 subfolders: - 'distribution/global' -> included in all assemblies - 'distribution/sql' -> included in SQL assemblies
This commit is contained in:
12
distribution/global/config/properties/vfs.properties
Normal file
12
distribution/global/config/properties/vfs.properties
Normal file
@@ -0,0 +1,12 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# Java7VFSService configuration
|
||||
# ---------------------------------------------------------------------------
|
||||
# Parameters in this file are used by Java7VFSService.
|
||||
# If you are not sure on the usage of any parameter, read the "Configuration"
|
||||
# section in wiki article about "Java7VFSService".
|
||||
# https://github.com/l2jserver2/
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# The root of the VFS, any file placed in "/" will go to specified path.
|
||||
# Defaul: <empty> (will inherit from terminal working directory, if any)
|
||||
vfs.root =
|
||||
Reference in New Issue
Block a user