updated cli env to use https

This commit is contained in:
anonpenguin23 2026-01-29 07:52:59 +02:00
parent ccccec6e08
commit d6b97f2f97

View File

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