Skip to content

Commit 976bafa

Browse files
cleanup
Signed-off-by: Valentijn Scholten <valentijnscholten@gmail.com>
1 parent 9643925 commit 976bafa

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

src/main/resources/application.properties

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,35 +55,31 @@ alpine.watchdog.logging.interval=0
5555
# hosts. In embedded mode, the system will be more secure and slightly
5656
# faster. External mode should be used when utilizing an external
5757
# database server (i.e. mysql, postgresql, etc).
58-
alpine.database.mode=external
58+
alpine.database.mode=embedded
5959

6060
# Optional
6161
# Defines the TCP port to use when the database.mode is set to 'server'.
62-
alpine.database.port=5432
62+
alpine.database.port=9092
6363

6464
# Required
6565
# Specifies the JDBC URL to use when connecting to the database.
66-
<<<<<<< Updated upstream
6766
alpine.database.url=jdbc:h2:~/.dependency-track/db;DB_CLOSE_ON_EXIT=FALSE
68-
=======
69-
alpine.database.url=jdbc:postgresql://localhost:5432/deptrack
70-
>>>>>>> Stashed changes
7167

7268
# Required
7369
# Specifies the JDBC driver class to use.
74-
alpine.database.driver=org.postgresql.Driver
70+
alpine.database.driver=org.h2.Driver
7571

7672
# Optional
7773
# Specifies the path (including filename) to where the JDBC driver is located.
7874
# alpine.database.driver.path=/path/to/dbdriver.jar
7975

8076
# Optional
8177
# Specifies the username to use when authenticating to the database.
82-
alpine.database.username=deptrack
78+
alpine.database.username=sa
8379

8480
# Optional
8581
# Specifies the password to use when authenticating to the database.
86-
alpine.database.password=deptrack
82+
# alpine.database.password=
8783

8884
# Optional
8985
# Specifies a path to the file holding the database password.

0 commit comments

Comments
 (0)