Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions languages/go/xorm/.envrc.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export CS_CLIENT_ID=
export CS_CLIENT_KEY=

# Used by Proxy
export CS_ENCRYPTION__CLIENT_ID=
export CS_ENCRYPTION__CLIENT_KEY=
export CS_ENCRYPTION__CLIENT_ID=$CS_CLIENT_ID
export CS_ENCRYPTION__CLIENT_KEY=$CS_CLIENT_KEY
export CS_AUDIT__ENABLED=false
export CS_DATABASE__PORT=5432
export CS_DATABASE__USERNAME=postgres
Expand Down
6 changes: 6 additions & 0 deletions languages/go/xorm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ Run examples:
```shell
./run.sh examples
```

Run tests:

```shell
./run.sh tests
```
Loading