File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export default {
57
57
proxyDeact :( process . env . API_HOST || '' ) + '/console/1.0/proxy/deactivate' ,
58
58
ouiGet :( process . env . API_HOST || '' ) + '/console/1.0/misc/oui' ,
59
59
termAndUse :process . env . CONSOLE_TERMS || '/' ,
60
- frontVersion :'1.1.2 '
60
+ frontVersion :'1.2.0 '
61
61
} ,
62
62
63
63
// env variables loaded accessible on the server side
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ spring.main.register-shutdown-hook=true
12
12
# spring.jpa.properties.hibernate.format_sql=true
13
13
helium.allows.signup.default =false
14
14
helium.allows.activation.default =true
15
- helium.version =1.1.1
15
+ helium.version =1.2.0
16
16
17
17
# # Stripe - test key by default
18
18
helium.stripe.key.private.default =sk_test_VePHdqKTYQjKNInc7u56JBrQ
@@ -98,6 +98,7 @@ chirpstack.api.admin.token.default=
98
98
# logging.level.eu.heliumiot.console.service.HeliumDeviceStatService=DEBUG
99
99
# logging.level.eu.heliumiot.console.service.HeliumTenantStatService=DEBUG
100
100
# logging.level.eu.heliumiot.console.service.HeliumDeviceService=DEBUG
101
+ # logging.level.eu.heliumiot.console.service.RoamingService=DEBUG
101
102
# logging.level.eu.heliumiot.console.api.TenantApi=DEBUG
102
103
# logging.level.eu.heliumiot.console.service.NovaService=DEBUG
103
104
# logging.level.eu.heliumiot.console.mqtt.MqttListener=DEBUG
You can’t perform that action at this time.
0 commit comments