You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .env.example
+1
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,5 @@ DB_USER=postgres
4
4
DB_PASSWORD=postgres
5
5
DB_NAME=nuklaivm
6
6
DB_SSLMODE=require# Or "disable" if you don't want to use SSL
7
+
DB_RESET=true# Set to "true" to reset the database on every restart
7
8
GRPC_WHITELISTED_BLOCKCHAIN_NODES="172.17.1.56" # "127.0.0.1,localhost,::1" is already included by default. You can even include something like myblockchain.aws.com
0 commit comments