This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9061a8c
commit a556f33
Showing
9 changed files
with
677 additions
and
1,883 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
identity-server/confs/repository/conf/datasources/master-datasources.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
[server] | ||
hostname = "localhost" | ||
node_ip = "127.0.0.1" | ||
base_path = "https://$ref{server.hostname}:${carbon.management.port}" | ||
|
||
[super_admin] | ||
username = "admin" | ||
password = "admin" | ||
create_admin_account = true | ||
|
||
[user_store] | ||
type = "read_write_ldap" | ||
connection_url = "ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}" | ||
connection_name = "uid=admin,ou=system" | ||
connection_password = "admin" | ||
base_dn = "dc=wso2,dc=org" | ||
|
||
[database.identity_db] | ||
url = "jdbc:mysql://172.28.128.3:3306/WSO2IS_IDENTITY_DB?autoReconnect=true&useSSL=false" | ||
username = "wso2carbon" | ||
password = "wso2carbon" | ||
driver = "com.mysql.cj.jdbc.Driver" | ||
[database.identity_db.pool_options] | ||
maxActive = "80" | ||
minIdle ="5" | ||
testOnBorrow = true | ||
validationQuery="SELECT 1" | ||
validationInterval="30000" | ||
defaultAutoCommit=false | ||
|
||
[database.shared_db] | ||
url = "jdbc:mysql://172.28.128.3:3306/WSO2IS_SHARED_DB?autoReconnect=true&useSSL=false" | ||
username = "wso2carbon" | ||
password = "wso2carbon" | ||
driver = "com.mysql.cj.jdbc.Driver" | ||
[database.shared_db.pool_options] | ||
maxActive = "80" | ||
minIdle ="5" | ||
testOnBorrow = true | ||
validationQuery="SELECT 1" | ||
validationInterval="30000" | ||
defaultAutoCommit=false | ||
|
||
[keystore.primary] | ||
name = "wso2carbon.jks" | ||
password = "wso2carbon" | ||
|
||
[event.default_listener.application_authentication] | ||
priority = "11" | ||
enable = "true" | ||
|
||
[identity_mgt.events.schemes.analyticsLoginDataPublisher.properties] | ||
enable = "true" | ||
|
||
[identity_mgt.events.schemes.analyticsSessionDataPublisher.properties] | ||
enable = "true" |
114 changes: 0 additions & 114 deletions
114
identity-server/confs/repository/conf/identity/identity-event.properties
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.