-
-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2113 from OnlineDynamic/accessibilityandsecurityd…
…ec24 Additional JS variable exposure
- Loading branch information
Showing
3 changed files
with
83 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Settings Definitions Explained | ||
|
||
## Setting defs, storage and initialisation | ||
|
||
FPP settings are defined in www/settings.json and for some default values are define in this file | ||
|
||
The config setup is done by config.php which uses a mixture of logic, already saved settings and default values to create a php 'settings' array variable. | ||
|
||
The local instance of fpp stores its current setting configuration in: /home/fpp/media/settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters