Skip to content

Commit 415ec33

Browse files
committed
Fix config directory in contribution guide
1 parent 45fc8d6 commit 415ec33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This project uses asdf, and there is a .tool-versions file at the project root.
9393
2. Generate config files
9494

9595
```sh
96-
$ go run ./cmd/authgear init -o ./testing
96+
$ go run ./cmd/authgear init -o ./var
9797
App ID (default 'my-app'): accounts
9898
HTTP origin of authgear (default 'http://localhost:3000'): http://localhost:3100
9999
HTTP origin of portal (default 'http://portal.localhost:8000'):
@@ -106,8 +106,8 @@ This project uses asdf, and there is a .tool-versions file at the project root.
106106
Elasticsearch URL (default 'http://localhost:9200'):
107107
Redis URL (default 'redis://localhost'):
108108
Redis URL for analytic (default 'redis://localhost/1'):
109-
config written to testing/authgear.yaml
110-
config written to testing/authgear.secrets.yaml
109+
config written to var/authgear.yaml
110+
config written to var/authgear.secrets.yaml
111111
```
112112
113113
You need to make changes according to the example shown above.

0 commit comments

Comments
 (0)