Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-21 13:28:37 +0300
committerJoas Schilling <coding@schilljs.com>2022-03-21 13:28:37 +0300
commitee37de55485012bb569c5fe35bc766bb1e3dbdb8 (patch)
treeeb705d57eb5ada7b704926415c6340d082efb342 /.drone.jsonnet
parent520df2c7b5c774c1a72b657b46137d0af3c1d314 (diff)
Remove PostgreSQL password set by accident
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.jsonnet')
-rw-r--r--.drone.jsonnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet
index 29ff08db6..ee60dc208 100644
--- a/.drone.jsonnet
+++ b/.drone.jsonnet
@@ -101,7 +101,7 @@ local PipelinePostgreSQL(test_set) = Pipeline(
POSTGRES_USER: "oc_autotest",
POSTGRES_DB: "oc_autotest_dummy",
POSTGRES_HOST_AUTH_METHOD: "trust",
- POSTGRES_PASSWORD: "owncloud"
+ POSTGRES_PASSWORD: ""
},
tmpfs: [
"/var/lib/postgresql/data"