We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85933eb commit b05fdaeCopy full SHA for b05fdae
environments/qiita-db-init.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+
3
+set -e
4
+set -u
5
6
+psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" "$POSTGRES_DB" <<-EOSQL
7
+ ALTER DATABASE "$POSTGRES_DB_NAME" OWNER TO "$POSTGRES_USER"
8
+EOSQL
environments/qiita.env
@@ -0,0 +1,3 @@
+QIITA_ROOTCA_CERT=`pwd`/qiita_core/support_files/ci_rootca.crt
+QIITA_CONFIG_FP=`pwd`/qiita_core/support_files/config_test.cfg
environments/qiita_db.env
@@ -0,0 +1 @@
+POSTGRES_PASSWORD=postgres
0 commit comments