Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faucet Upgrades #30

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
gdbaldw authored Jul 17, 2019
commit 8f44e9b0b635a2255fc53904637e499f72787028
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -19,13 +19,13 @@ A Block Explorer for the Libra Blockchain TestNet. See: https://librabrowser.io

## Database
* Default config assumes a newly created [postgresql](https://wiki.postgresql.org/wiki/Main_Page) database with:
> username: postgres
> password: postgres
> host: localhost
> port: 5432
> database name: libra_browser
> [Please see SQLAlchemy Docs for configuration options](https://docs.sqlalchemy.org/en/13/core/engines.html)
* Alternatively, delete from config.json the line containing "sqlalchemy.url", for a simple default sqlite database in memory
* username = postgres
* password = postgres
* host = localhost
* port = 5432
* database name = libra_browser
* Please see [SQLAlchemy Docs](https://docs.sqlalchemy.org/en/13/core/engines.html) for configuration options
* Alternatively, delete from config.json the lines containing "sqlalchemy.url", for a simple default sqlite database in memory

## Running the project
At the root project folder execute the command: