mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-04 00:48:51 -04:00
Extract config.js from common.js to make client setting file clean and also make upgrade easier
This commit is contained in:
parent
917537ddbf
commit
bf4c6d021c
9 changed files with 21 additions and 17 deletions
|
@ -25,8 +25,8 @@ if [ ! -f config.json ]; then
|
|||
cp config.json.example config.json
|
||||
fi
|
||||
|
||||
if [ ! -f publis/js/common.js ]; then
|
||||
cp public/js/common.js.example public/js/common.js
|
||||
if [ ! -f publis/js/config.js ]; then
|
||||
cp public/js/config.js.example public/js/config.js
|
||||
fi
|
||||
|
||||
if [ ! -f .sequelizerc ]; then
|
||||
|
@ -43,7 +43,7 @@ Edit the following config file to setup hackmd server and client.
|
|||
Read more info at https://github.com/hackmdio/hackmd#configuration-files
|
||||
|
||||
* config.json -- server config
|
||||
* public/js/common.js -- client config
|
||||
* public/js/config.js -- client config
|
||||
* .sequelizerc -- db config
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue