commit 2a6a103ee71357e1b29c06e47f754249b04f6fb7
parent 3d2ddee73b9ac0d340403f1fded562a67a01ba3e
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date: Mon, 15 Jan 2024 15:26:13 +0100
rename talercheck to donaucheck
Diffstat:
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/ci/jobs/2-test/test.sh b/ci/jobs/2-test/test.sh
@@ -11,7 +11,7 @@ make install
sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D /etc/postgresql/15/main -h localhost -p 5432 &
sleep 10
sudo -u postgres createuser -p 5432 root
-sudo -u postgres createdb -p 5432 -O root talercheck
+sudo -u postgres createdb -p 5432 -O root donaucheck
check_command()
{
diff --git a/src/donau/test_donau_httpd.conf b/src/donau/test_donau_httpd.conf
@@ -53,7 +53,7 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
[donaudb-postgres]
-CONFIG = "postgres:///talercheck"
+CONFIG = "postgres:///donaucheck"
[donau-account-1]
PAYTO_URI = "payto://x-taler-bank/localhost:8082/3"
diff --git a/src/donau/test_donau_unix.conf b/src/donau/test_donau_unix.conf
@@ -58,7 +58,7 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks
[donaudb-postgres]
-CONFIG = "postgres:///talercheck"
+CONFIG = "postgres:///donaucheck"
[donau-account-1]
PAYTO_URI = "payto://x-taler-bank/localhost:8082/3"
diff --git a/src/donaudb/donaudb-postgres.conf b/src/donaudb/donaudb-postgres.conf
@@ -1,5 +1,5 @@
[donaudb-postgres]
-CONFIG = "postgres:///talercheck"
+CONFIG = "postgres:///donaucheck"
# Where are the SQL files to setup our tables?
# Important: this MUST end with a "/"!
diff --git a/src/donaudb/test-donau-db-postgres.conf b/src/donaudb/test-donau-db-postgres.conf
@@ -7,7 +7,7 @@ BASE_URL = http://localhost/
[donaudb-postgres]
#The connection string the plugin has to use for connecting to the database
-CONFIG = postgres:///talercheck
+CONFIG = postgres:///donaucheck
# Where are the SQL files to setup our tables?
SQL_DIR = $DATADIR/sql/donau/
diff --git a/src/pq/test_pq.c b/src/pq/test_pq.c
@@ -211,7 +211,7 @@ main (int argc,
GNUNET_log_setup ("test-pq",
"WARNING",
NULL);
- conn = GNUNET_PQ_connect ("postgres:///talercheck",
+ conn = GNUNET_PQ_connect ("postgres:///donaucheck",
NULL,
es,
NULL);
diff --git a/src/testing/test_donau_api.conf b/src/testing/test_donau_api.conf
@@ -20,7 +20,7 @@ EXPIRE_IDLE_SLEEP_INTERVAL ="1 s"
#MAX_KEYS_CACHING = forever
[donaudb-postgres]
-CONFIG = "postgres:///talercheck"
+CONFIG = "postgres:///donaucheck"
[donaudb]
# IDLE_RESERVE_EXPIRATION_TIME = 0 s