Skip to content

Commit

Permalink
fix db name
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 28, 2024
1 parent 8dedf38 commit 5f48e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/setup.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
CREATE USER grafana;
ALTER USER grafana WITH PASSWORD '<%= @grafana_password %>';
GRANT SELECT ON TABLE ledgerdb TO grafana;
GRANT SELECT ON TABLE ledger TO grafana;
EOSQL

0 comments on commit 5f48e4f

Please sign in to comment.