Skip to content

Commit 714dfa7

Browse files
authored
Enable KM configuration in common_example.properties
Uncomment KM configuration properties for OpenKM.
1 parent dce6bd9 commit 714dfa7

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/main/environment/common_example.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ secondary.datasource.driver-class-name=com.mysql.jdbc.Driver
1616

1717

1818
## KM Configuration
19-
# km-base-protocol=http
20-
# km-username=okmAdmin
21-
# km-password=admin
22-
# km-base-url=http://localhost:8084/OpenKM
23-
# km-base-path=localhost:8084/OpenKM
24-
# km-root-path=/okm:personal/users/
25-
# km-guest-user=guest
26-
# km-guest-password=guest
19+
km-base-protocol=http
20+
km-username=okmAdmin
21+
km-password=admin
22+
km-base-url=http://localhost:8084/OpenKM
23+
km-base-path=localhost:8084/OpenKM
24+
km-root-path=/okm:personal/users/
25+
km-guest-user=guest
26+
km-guest-password=guest
2727

2828
tempFilePath=/tmp
2929

0 commit comments

Comments
 (0)