File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 99## Configuration
1010
1111Configuration for the application is at ` config/default.js ` .
12+
1213The following parameters can be set in config files or in env variables:
1314
1415- ` LOG_LEVEL ` : the log level, default is 'debug'
@@ -34,15 +35,15 @@ The following parameters can be set in config files or in env variables:
3435
3536
3637## PostgreSQL Database Setup
37- Go to https://www.postgresql.org/ download and install the PostgreSQL.
38- Modify ` DATABASE_URL ` under ` config/default.js ` to meet your environment.
39- Run ` npm run init-db ` to create table
38+ - Go to https://www.postgresql.org/ download and install the PostgreSQL.
39+ - Modify ` DATABASE_URL ` under ` config/default.js ` to meet your environment.
40+ - Run ` npm run init-db ` to create table
4041
4142## ElasticSearch Setup
42- Go to https://www.elastic.co/downloads/ download and install the elasticsearch.
43- Modify ` esConfig ` under ` config/default.js ` to meet your environment.
44- Run ` npm run create-index ` to create ES index.
45- Run ` npm run delete-index ` to delete ES index.
43+ - Go to https://www.elastic.co/downloads/ download and install the elasticsearch.
44+ - Modify ` esConfig ` under ` config/default.js ` to meet your environment.
45+ - Run ` npm run create-index ` to create ES index.
46+ - Run ` npm run delete-index ` to delete ES index.
4647
4748## Local Deployment
4849
You can’t perform that action at this time.
0 commit comments