updated cli env to use https

This commit is contained in:
anonpenguin23 2026-01-29 07:52:59 +02:00
parent 29581bec51
commit 6397efde25

View File

@ -33,7 +33,7 @@ var DefaultEnvironments = []Environment{
}, },
{ {
Name: "production", Name: "production",
GatewayURL: "http://dbrs.space", GatewayURL: "https://dbrs.space",
Description: "Production network (dbrs.space)", Description: "Production network (dbrs.space)",
IsActive: false, IsActive: false,
}, },