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:
parent
334dc3b710
commit
a7e087d63a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user