updated justfile and added a sample .env file
parent
266c1c9686
commit
339a83117e
@ -0,0 +1,5 @@
|
|||||||
|
#Env file for setting up db and
|
||||||
|
DBNAME="aact_db"
|
||||||
|
DBUSER="root"
|
||||||
|
DBHOST="localhost"
|
||||||
|
DBPASS="root"
|
||||||
Loading…
Reference in New Issue