This commit is contained in:
Luke Van Seters 2021-09-20 13:21:24 -04:00
parent 00c97ffe72
commit 86fdeddfaa

8
.env
View File

@ -1,8 +0,0 @@
# Postgres
POSTGRES_SERVER=db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password
POSTGRES_DB=mev_inspect
# SQLAlchemy
SQLALCHEMY_DATABASE_URI=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@$POSTGRES_SERVER/$POSTGRES_DB