1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-12-02 09:11:50 +02:00

Replace testing username/pass to defaults

This commit is contained in:
Richard Yen 2018-07-05 14:23:09 -07:00
parent 334dc3b710
commit a7e087d63a

View File

@ -1,8 +1,8 @@
#!/bin/bash
export PGDATA="/etc/postgresql/10/main"
export APP_USER="explaind"
export APP_PASS="explainpass"
export APP_USER="explain"
export APP_PASS="explain"
# Set username in explain.json
sed -i "s/\"username\" : \"explain\"/\"username\" : \"${APP_USER}\"/" /vagrant/explain.json