2018-10-07 19:15:10 +03:00
|
|
|
{
|
|
|
|
"port": 3001,
|
|
|
|
"database": ".testdb",
|
2022-03-05 22:57:23 +04:00
|
|
|
"rcFile": "./src/test/.codexdocsrc",
|
2019-03-11 18:44:00 +03:00
|
|
|
"uploads": "public/uploads_test",
|
Added ability to use custom favicon (#202)
* Added ability to change favicon in config
* Turned back version of icon in index.twig
* Added opportunity to upload favicon and route to get saved favicon
* Removed favicon from .codexdocsrc.sample
* Added docs to favicon route
* Replaced uploadFavicon to initiating /favicon route, updated function, added catching errors from uploadFile
* Updated Readme, added info about setting up app
* Updated Readme.md
* Some changes
* Favicon data saves to app.locals, replaced uploading favicon to app.ts
* Changed naming in config, from faviconURL to favicon, changed using app.locals variables
* Renamed uploadFavicon to downLoadFavicon, removed log in locals.ts
* Renamed favicon variable in app.ts
* Added checking favicon before uploading function, removed passing locals to views
* Added timeout for uploading favicon request and writeFileSync changed to writeFile
* Removed passing favicon locals and turned back removed variables
* Turned back variables
* Fixed duplicating os.tmpdir
* Fixed braces in objects, added new lines
* Added default favicon path, if favicon does not exists in config
* Updated docs, fixed using local favicon
2022-07-10 15:21:32 +03:00
|
|
|
"secret": "iamasecretstring",
|
|
|
|
"favicon": ""
|
2018-10-07 19:15:10 +03:00
|
|
|
}
|