Skip to content

Commit

Permalink
[GH-309] Document the development Spring profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Nov 13, 2024
1 parent 5fbccba commit 742a017
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ by the application:
* `lucene` - decides whether Lucene text indexing is enabled and should be used in full text search queries.
* `admin-registration-only` - decides whether new users can be registered only by application admin, or whether anyone can register.
* `no-cache` - disables Ehcache, which is used to cache lists of resources and vocabularies for faster retrieval, and persistence cache.
* `development` - indicates that the application is running is development. This, for example, means that mail server does not need to be configured.

The `lucene` Spring profile is activated automatically by the `graphdb` Maven. `admin-registration-only` and `no-cache` have to be added
either in `application.yml` directly, or one can pass the parameter to Maven build, e.g.:
Expand Down

0 comments on commit 742a017

Please sign in to comment.