Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 601d8f8

Browse files
committed
fix db-server in docker token
1 parent 425aabc commit 601d8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

token.properties.docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JBOSS_HOME=/data/jboss-4.2.3.GA
1010
####################################
1111
## Informix database configuration #
1212
####################################
13-
database.server=tc-informix
13+
database.server=tc-informixdb
1414
database.port=2021
1515
database.username=informix
1616
database.password=1nf0rm1x
@@ -28,7 +28,7 @@ bugs.type.mapping=InformixDB
2828
##############################
2929
# dw database configuration #
3030
##############################
31-
dw.database.server=tc-informix
31+
dw.database.server=tc-informixdb
3232
dw.database.INFORMIXSERVER=informixoltp_tcp
3333

3434
#######################################

0 commit comments

Comments
 (0)