Skip to content

Commit

Permalink
docs: add optional postgres password to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Saghen committed Jul 12, 2023
1 parent 92bde8b commit f4b5cde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ If you are using an authenticated db connection that requires a password, you'd
host: 'cdbsync-dev.mydomain.com',
user: 'username',
database: 'password',
// Optionally define a password
password: 'randomstringthatissolongandpowerfulthatnoonecanguess'
},
// Cardano network - mainnet, testnet, preview, preprod
network: 'mainnet',
Expand Down Expand Up @@ -179,7 +181,7 @@ A minimal usage example is:
database = config.services.cardano-db-sync.postgres.database;
host = config.services.cardano-db-sync.postgres.socketdir;
};
};
};
};
}
```
Expand Down

0 comments on commit f4b5cde

Please sign in to comment.