We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ed75c commit 5681771Copy full SHA for 5681771
web-module/profiles/dev/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