Skip to content

Commit c72e560

Browse files
committed
Update README.md
1 parent c35f2a8 commit c72e560

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
## Configuration
1010

1111
Configuration for the application is at `config/default.js`.
12+
1213
The 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

0 commit comments

Comments
 (0)