Skip to content

Commit

Permalink
Improved Result & Query Logging, Collabordinator updates (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanheller authored Jun 20, 2022
1 parent f34efda commit 3fcf716
Show file tree
Hide file tree
Showing 49 changed files with 1,549 additions and 1,428 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
src/config.json
deploy.log

src/app/**/*.js
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ For setup information, consult our [Wiki](https://github.com/vitrivr/vitrivr-ng/

## Config

There is a `config.json` which enables configuration of the UI to a certain extend.
While we provide a sensible [default config](src/config.json), the
some default values are better explored in the [code](src/app/shared/model/config/config.model.ts).
We follow a zero-config approach, where everything has reasonable defaults.
There is a `src/config.template.json` file which you can copy to `src/config.json` and modify if you have custom needs.
The default values are in the [code](src/app/shared/model/config/config.model.ts).
Information about the configuration can be found in [the wiki](https://github.com/vitrivr/vitrivr-ng/wiki/Configuration).

## Development server
Expand Down
Loading

0 comments on commit 3fcf716

Please sign in to comment.