parent
36373aae01
commit
2ac4a87865
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
.idea
|
.idea
|
||||||
src/data/*.db
|
src/data/*.db
|
||||||
|
src/user-config.php
|
||||||
|
|
|
@ -27,7 +27,7 @@ The default `Caddyfile` will run the site at `http://localhost:8205`. To have th
|
||||||
|
|
||||||
## Feed Reader Central Behavior
|
## Feed Reader Central Behavior
|
||||||
|
|
||||||
Within the `/src` directory, there is a file named `user-config.php`. This file is the place for customizations and configuration of the instance's behavior.
|
Within the `/src` directory, there is a file named `user-config.dist.php`. Rename this file to `user-config.php`; this is where customizations and configuration of the instance's behavior are placed.
|
||||||
|
|
||||||
### Security Model
|
### Security Model
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
* USER CONFIGURATION ITEMS
|
* USER CONFIGURATION ITEMS
|
||||||
*
|
*
|
||||||
* Editing the values here customizes the behavior of Feed Reader Central
|
* Editing the values here customizes the behavior of Feed Reader Central
|
||||||
|
*
|
||||||
|
* On initial installation, rename this file to user-config.php and configure it as desired
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,6 +25,3 @@ const DATABASE_NAME = 'frc.db';
|
||||||
* The default, 'F j, Y \a\t g:ia', equates to "August 17, 2023 at 4:45pm"
|
* The default, 'F j, Y \a\t g:ia', equates to "August 17, 2023 at 4:45pm"
|
||||||
*/
|
*/
|
||||||
const DATE_TIME_FORMAT = 'F j, Y \a\t g:ia';
|
const DATE_TIME_FORMAT = 'F j, Y \a\t g:ia';
|
||||||
|
|
||||||
// END USER CONFIGURATION ITEMS
|
|
||||||
// (editing below this line is not advised)
|
|
Loading…
Reference in New Issue
Block a user