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 9
9
## Configuration
10
10
11
11
Configuration for the application is at ` config/default.js ` .
12
+
12
13
The following parameters can be set in config files or in env variables:
13
14
14
15
- ` 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:
34
35
35
36
36
37
## 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
40
41
41
42
## 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.
46
47
47
48
## Local Deployment
48
49
You can’t perform that action at this time.
0 commit comments