Compare commits

..

2 Commits

Author SHA1 Message Date
0ba659e17f Fixed: fixed env variable processor (typo)
All checks were successful
continuous-integration/drone/tag Build is passing
2022-12-26 22:27:26 +01:00
645113c13a Fixed: fixed env variable processor
Some checks reported errors
continuous-integration/drone/tag Build was killed
2022-12-26 22:24:23 +01:00

View File

@@ -21,11 +21,11 @@ chill_main:
access_user_change_password: true access_user_change_password: true
access_permissions_group_list: true access_permissions_group_list: true
add_address: add_address:
default_country: '%env(string:ADD_ADDRESS_DEFAULT_COUNTRY)' default_country: '%env(string:ADD_ADDRESS_DEFAULT_COUNTRY)%'
map_center: map_center:
x: '%env(float:ADD_ADDRESS_MAP_CENTER_X)' x: '%env(float:ADD_ADDRESS_MAP_CENTER_X)%'
y: '%env(float:ADD_ADDRESS_MAP_CENTER_y)' y: '%env(float:ADD_ADDRESS_MAP_CENTER_Y)%'
z: '%env(float:ADD_ADDRESS_MAP_CENTER_Z)' z: '%env(float:ADD_ADDRESS_MAP_CENTER_Z)%'
chill_custom_fields: chill_custom_fields:
show_empty_values_in_views: false show_empty_values_in_views: false