Add dashboard_enable to .env.dist. #334

This commit is contained in:
Korina Cordero 2020-02-19 04:21:34 +00:00
parent 592c8e8149
commit 524378f6e0

View file

@ -15,7 +15,7 @@ APP_SECRET=b344cd6cd151ae1d61403ed55806c5ce
# Configure your db driver and server_version in config/packages/doctrine.yaml # Configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
###< doctrine/doctrine-bundle ### ###< doctrine/doctrine-bundle ###
GMAPS_API_KEY=insertgmapsapikeyhere GMAPS_API_KEY=insert_gmapsapikey_here
# rising tide sms gateway # rising tide sms gateway
RT_USER=rt_user RT_USER=rt_user
@ -28,7 +28,7 @@ RT_SHORTCODE=1234
MQTT_IP_ADDRESS=localhost MQTT_IP_ADDRESS=localhost
MQTT_PORT=8883 MQTT_PORT=8883
MQTT_CERT=/location/of/cert/file.crt MQTT_CERT=/location/of/cert/file.crt
MQTT_WS_HOST=insertiphere MQTT_WS_HOST=insert_ip_here
MQTT_WS_PORT=8083 MQTT_WS_PORT=8083
# redis client # redis client
@ -38,20 +38,22 @@ REDIS_CLIENT_PORT=6379
REDIS_CLIENT_PASSWORD=foobared REDIS_CLIENT_PASSWORD=foobared
# privacy policy ids # privacy policy ids
POLICY_PROMO=insertpromopolicyidhere POLICY_PROMO=insert_promopolicyid_here
POLICY_THIRD_PARTY=insertthirdpartypolicyidhere POLICY_THIRD_PARTY=insert_thirdpartypolicyid_here
POLICY_MOBILE=insertmobilepolicyidhere POLICY_MOBILE=insert_mobilepolicyid_here
# OTP # OTP
OTP_MODE=settotestorrandom OTP_MODE=set_to_test_or_random
# geofence # geofence
GEOFENCE_ENABLE=settotrueorfalse GEOFENCE_ENABLE=set_to_true_or_false
# unknown manufacturer and vehicle ids # unknown manufacturer and vehicle ids
CVU_MFG_ID=insertmfgidforunknownvehicles CVU_MFG_ID=insert_mfgid_for_unknown_vehicles
CVU_BRAND_ID=insertbrandidforunknownvehicles CVU_BRAND_ID=insert_brandid_for_unknown_vehicles
# country code prefix # country code prefix
COUNTRY_CODE=+insertcountrycodehere COUNTRY_CODE=+insert_country_code_here
# dashboard
DASHBOARD_ENABLE=set_to_true_or_false