Skip to content

Commit 4383e95

Browse files
authored
Merge pull request #98 from lirlia/fix/launch-setting
add change of .envrc.example and getting-started-manual.md
2 parents 23a8e58 + 15e8f88 commit 4383e95

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.envrc.example

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
export ADDRESS=127.0.0.1
2+
export PORT=8181
23
export PROJECT_ID=xxx
34
# slack incoming webhook url
45
export NOTIFICATION_URL=xxx
56
# google cloud oauth
67
export CLIENT_SECRET=xxx
78
export CLIENT_ID=xxx
89
export IS_DEBUG=true
10+
export DB_PASSWORD=password

docs/getting-started-manual.md

+2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ Run application.
6666

6767
```bash
6868
ADDRESS=127.0.0.1 \
69+
PORT=8181 \
6970
PROJECT_ID=[YOUR_GOOGLE_PROJECT_ID] \
7071
NOTIFICATION_URL=[INCOMING_WEBHOOK_URL] \
7172
CLIENT_SECRET=[CLIENT_SECRET] \
7273
CLIENT_ID=[CLIENT_ID] \
74+
DB_PASSWORD=password \
7375
make run
7476
```
7577

0 commit comments

Comments
 (0)