Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width60%

Reference

The SHRINE uses the Typesafe Config library to parse config files. SHRINE's config files are expressed in HOCON, a superset of JSON. A detailed description of this config file format follows.

Shrine.conf

Webclient uses a JSON formatted file for client side settings for help file locations, help urls and obfuscation settings, this document will focus on obfuscation. The configuration file is located at the root html directory and will look something like the image below:


Image Added




Supported Data Types


Basic: Booleans, and Strings, and Integers

For example:

Code Block
isQueryable = true

setSizeObfuscation = false

shrineDatabaseType = "mysql"

adapterLockoutAttemptsThreshold = 42


Column
width40%
Panel
borderColor#0066cc
bgColor#EFF5FB
titleColor#0066cc
titleBGColor#E0F2F7
titlePage Contents

Table of Contents
maxLevel6
minLevel3
indent20px
stylenone

...