Update create_db.sql
set a default password for cardapp to match boltcard.service default setting
This commit is contained in:
parent
677dc8a850
commit
5f69135c54
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
DROP DATABASE IF EXISTS card_db;
|
||||
CREATE DATABASE card_db;
|
||||
|
||||
--CREATE USER cardapp WITH PASSWORD '***';
|
||||
CREATE USER cardapp WITH PASSWORD 'database_password';
|
||||
|
||||
\c card_db;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue