Skip to content

Commit

Permalink
Merge branch 'update-readme' into 'master'
Browse files Browse the repository at this point in the history
Update README.md

See merge request golface-family/developer/web-developer/pm2-stackdriver!2
  • Loading branch information
ymhuang0808 committed Mar 1, 2022
2 parents 724b5df + a0476af commit fdae542
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
* "pm2_stackdriver_keyFile" Set the credentials for google cloud

```sh
pm2 set @gastrohero/pm2-stackdriver:pm2_stackdriver_enabled true
pm2 set @gastrohero/pm2-stackdriver:pm2_stackdriver_projectId <project id>
pm2 set @gastrohero/pm2-stackdriver:pm2_stackdriver_keyFile <path to service account json>
pm2 set @golface/pm2-stackdriver:pm2_stackdriver_enabled true
pm2 set @golface/pm2-stackdriver:pm2_stackdriver_on_google true
pm2 set @golface/pm2-stackdriver:pm2_stackdriver_projectId <project id>
pm2 set @golface/pm2-stackdriver:pm2_stackdriver_keyFile <key path>
pm2 set @golface/pm2-stackdriver:pm2_stackdriver_log_name <log name>
pm2 set @golface/pm2-stackdriver:pm2_stackdriver_error_log_name <error log name>
```

0 comments on commit fdae542

Please sign in to comment.