Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b085238e authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

update configuration example file

parent 27599c74
No related branches found
No related tags found
No related merge requests found
Pipeline #216244 failed
......@@ -27,17 +27,18 @@ smp.jdbc.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
# *********************************
# Custom defined datasource
# *********************************
# mysql database example
# mysql database example . Please replace the values with your database configuration and if possible use datasource JNDI configuration
# to avoid exposing the database credentials in the configuration file.
smp.jdbc.driver = com.mysql.jdbc.Driver
smp.jdbc.url = jdbc:mysql://localhost:3306/smp
smp.jdbc.user = smp
smp.jdbc.password=secret123
smp.jdbc.password=[password]
# Oracle database example
#smp.jdbc.driver = oracle.jdbc.driver.OracleDriver
#smp.jdbc.url=jdbc:oracle:thin:@localhost:1521/xe
#smp.jdbc.user=smp
#smp.jdbc.password=****
#smp.jdbc.password=[password]
# *********************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment