We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5681771 commit be213c7Copy full SHA for be213c7
web-module/profiles/operation/support.properties
@@ -1,8 +1,8 @@
1
# Database configuration props
2
database.driver=oracle.jdbc.driver.OracleDriver
3
database.url=jdbc:oracle:thin:@db.313.co.kr:1521:orcl
4
-database.username=OPERATION_DB
5
-database.password=OPERATION_DB_1234
+database.username=TEST_DB
+database.password=TEST_DB_1234
6
7
# hibernate props
8
hibernate.dialect=org.hibernate.dialect.Oracle10gDialect
0 commit comments