This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
codex.docs
Watch
1
Star
0
Fork
You've already forked codex.docs
0
mirror of
https://github.com/codex-team/codex.docs.git
synced
2025-08-05 05:25:27 +02:00
Code
Issues
Releases
Activity
077ea72906
codex.docs
/
config
/
development.json
7 lines
103 B
JSON
Raw
Normal View
History
Unescape
Escape
Move testing to 3001 port (#8) Create separate database for testing Add runtime configuration file support
2018-10-07 19:15:10 +03:00
{
"port"
:
3000
,
Transport controller and file model (#42) * Transport controller and file model * Use randomBytes intead of pseudoRandomBytes * Cover all lines with tests * Update code style * Update code style * View for image block * Fix serving static files * Mkdir -p for uploads dirs * Add default secret param * Add image Tool * Update src/utils/objects.js Co-Authored-By: talyguryn <vitalik7tv@yandex.ru> * Use vars for image tool colors * Revert var * Remove --color-gray-border var * Update src/controllers/transport.js Co-Authored-By: talyguryn <vitalik7tv@yandex.ru> * Add mp4 support for Image Tool
2019-03-11 18:44:00 +03:00
"database"
:
".db"
,
"uploads"
:
"public/uploads"
,
"secret"
:
"iamasecretstring"
Move testing to 3001 port (#8) Create separate database for testing Add runtime configuration file support
2018-10-07 19:15:10 +03:00
}
Copy permalink