Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ----------------------------
- # External File Paths/Directories
- #
- # ExternalFileAccess may be None, Full or Restrict. If you choose
- # Restrict, provide ';'-separated trees list, where external files
- # are stored. Relative paths are treated relative to the root directory
- # of firebird. Default value 'None' disables any use of external files
- # on your site. To specify access to specific trees, enum all required
- # paths (for Windows this may be something like 'C:\ExternalTables',
- # for unix - '/db/extern;/mnt/extern').
- #
- # Per-database configurable.
- #
- # NOTE: THE EXTERNAL TABLE ENGINE FEATURE COULD BE USED TO COMPROMISE
- # THE SERVER/HOST AS WELL AS DATABASE SECURITY!!
- #
- # IT IS STRONGLY RECOMMENDED THAT THIS SETTING BE USED TO LIMIT
- # EXTERNAL TABLE LOCATIONS!
- #
- # Type: string (special format)
- #
- #ExternalFileAccess = None
- ExternalFileAccess = FULL
Advertisement
Add Comment
Please, Sign In to add comment