EnvironmentConfig constructor
EnvironmentConfig({})
Implementation
EnvironmentConfig({
this.environment = FastAppEnvironment.product,
this.address = '',
this.showLog = false,
this.proxy = '',
this.grpc = false,
this.restful = true,
});