Skip to content

Commit

Permalink
Typos and wording on properties files embedded doc
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jan 10, 2025
1 parent 2f3f30d commit 22f7614
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/web/app/src/main/resources/db-conf/oracle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=GEOSTORE
geostoreVendorAdapter.generateDdl=true
geostoreVendorAdapter.showSql=false

### USERS INITIALIZAZITION
### USERS INITIALIZATION

## Sample users are "admin" and "user" (this is DEFAULT configuration, already set in the applicatioContext)
#geostoreInitializer.categoryListInitFile=classpath:sample_users.xml
Expand Down
2 changes: 1 addition & 1 deletion src/web/app/src/main/resources/db-conf/postgres.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ geostoreEntityManagerFactory.jpaPropertyMap[hibernate.default_schema]=geostore
geostoreVendorAdapter.generateDdl=true
geostoreVendorAdapter.showSql=false

### USERS INITIALIZAZITION
### USERS INITIALIZATION

## Sample users are "admin" and "user" (this is DEFAULT configuration, already set in the applicatioContext)
#geostoreInitializer.categoryListInitFile=classpath:sample_users.xml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ geostoreVendorAdapter.generateDdl=true
geostoreVendorAdapter.showSql=false


### USERS INITIALIZAZITION
### USERS INITIALIZATION

## Sample users are "admin" and "user" (this is DEFAULT configuration, already set in the applicatioContext)
#geostoreInitializer.userListInitFile=classpath:sample_users.xml
Expand Down
4 changes: 2 additions & 2 deletions src/web/app/src/main/resources/geostore-ovr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# NOTE: You need to uncomment the interceptor on /src/modules/resp/impl/src/main/resources/applicationContext.xml:
#
# <jaxrs:inInterceptors>
# <!-- Auto create users interceptor (uncomment to allow users autocreation for /users requests) -->
# <!-- Auto create users interceptor (uncomment to allow users auto-creation for /users requests) -->
# <ref bean="autoCreateUsersInterceptor"/>
#
#autoCreateUsersInterceptor.autoCreateUsers=true
Expand All @@ -18,7 +18,7 @@
#autoCreateUsersInterceptor.newUsersPassword=NONE|USERNAME|FROMHEADER
#autoCreateUsersInterceptor.newUsersPasswordHeader=newUserPassword

# For old geostore's db instance (before v1.2) this must be used (setted to true) in order to
# For old geostore's db instance (before v1.2) this must be used (set to true) in order to
# regenerate digest pw.
#geostoreInitializer.allowPasswordRecoding=true

Expand Down

0 comments on commit 22f7614

Please sign in to comment.