Add dashboard_enable to .env.dist. #334
This commit is contained in:
parent
592c8e8149
commit
524378f6e0
1 changed files with 12 additions and 10 deletions
22
.env.dist
22
.env.dist
|
|
@ -15,7 +15,7 @@ APP_SECRET=b344cd6cd151ae1d61403ed55806c5ce
|
|||
# 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
|
||||
###< doctrine/doctrine-bundle ###
|
||||
GMAPS_API_KEY=insertgmapsapikeyhere
|
||||
GMAPS_API_KEY=insert_gmapsapikey_here
|
||||
|
||||
# rising tide sms gateway
|
||||
RT_USER=rt_user
|
||||
|
|
@ -28,7 +28,7 @@ RT_SHORTCODE=1234
|
|||
MQTT_IP_ADDRESS=localhost
|
||||
MQTT_PORT=8883
|
||||
MQTT_CERT=/location/of/cert/file.crt
|
||||
MQTT_WS_HOST=insertiphere
|
||||
MQTT_WS_HOST=insert_ip_here
|
||||
MQTT_WS_PORT=8083
|
||||
|
||||
# redis client
|
||||
|
|
@ -38,20 +38,22 @@ REDIS_CLIENT_PORT=6379
|
|||
REDIS_CLIENT_PASSWORD=foobared
|
||||
|
||||
# privacy policy ids
|
||||
POLICY_PROMO=insertpromopolicyidhere
|
||||
POLICY_THIRD_PARTY=insertthirdpartypolicyidhere
|
||||
POLICY_MOBILE=insertmobilepolicyidhere
|
||||
POLICY_PROMO=insert_promopolicyid_here
|
||||
POLICY_THIRD_PARTY=insert_thirdpartypolicyid_here
|
||||
POLICY_MOBILE=insert_mobilepolicyid_here
|
||||
|
||||
# OTP
|
||||
OTP_MODE=settotestorrandom
|
||||
OTP_MODE=set_to_test_or_random
|
||||
|
||||
# geofence
|
||||
GEOFENCE_ENABLE=settotrueorfalse
|
||||
GEOFENCE_ENABLE=set_to_true_or_false
|
||||
|
||||
# unknown manufacturer and vehicle ids
|
||||
CVU_MFG_ID=insertmfgidforunknownvehicles
|
||||
CVU_BRAND_ID=insertbrandidforunknownvehicles
|
||||
CVU_MFG_ID=insert_mfgid_for_unknown_vehicles
|
||||
CVU_BRAND_ID=insert_brandid_for_unknown_vehicles
|
||||
|
||||
# country code prefix
|
||||
COUNTRY_CODE=+insertcountrycodehere
|
||||
COUNTRY_CODE=+insert_country_code_here
|
||||
|
||||
# dashboard
|
||||
DASHBOARD_ENABLE=set_to_true_or_false
|
||||
|
|
|
|||
Loading…
Reference in a new issue