Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Add .toml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ridmi Lokumudali authored and chirangaalwis committed Oct 14, 2019
1 parent 9061a8c commit a556f33
Show file tree
Hide file tree
Showing 9 changed files with 677 additions and 1,883 deletions.
651 changes: 0 additions & 651 deletions identity-server/confs/repository/conf/carbon.xml

This file was deleted.

This file was deleted.

56 changes: 56 additions & 0 deletions identity-server/confs/repository/conf/deployment.toml
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"

This file was deleted.

Loading

0 comments on commit a556f33

Please sign in to comment.