erleybru

Untitled

Jun 23rd, 2020
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. # ----------------------------
  2. # External File Paths/Directories
  3. #
  4. # ExternalFileAccess may be None, Full or Restrict. If you choose
  5. # Restrict, provide ';'-separated trees list, where external files
  6. # are stored. Relative paths are treated relative to the root directory
  7. # of firebird. Default value 'None' disables any use of external files
  8. # on your site. To specify access to specific trees, enum all required
  9. # paths (for Windows this may be something like 'C:\ExternalTables',
  10. # for unix - '/db/extern;/mnt/extern').
  11. #
  12. # Per-database configurable.
  13. #
  14. # NOTE: THE EXTERNAL TABLE ENGINE FEATURE COULD BE USED TO COMPROMISE
  15. # THE SERVER/HOST AS WELL AS DATABASE SECURITY!!
  16. #
  17. # IT IS STRONGLY RECOMMENDED THAT THIS SETTING BE USED TO LIMIT
  18. # EXTERNAL TABLE LOCATIONS!
  19. #
  20. # Type: string (special format)
  21. #
  22. #ExternalFileAccess = None
  23. ExternalFileAccess = FULL
Advertisement
Add Comment
Please, Sign In to add comment