Skip to content

Commit

Permalink
Merge pull request #95 from borpin/patch-6
Browse files Browse the repository at this point in the history
Update emonsd.config.ini
  • Loading branch information
TrystanLea authored Jun 25, 2020
2 parents 3359f9b + 1ab29fa commit cff186a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions install/emonsd.config.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# emonSD
# - Change user to reflect your OS user
# - Set emonSD_pi_env=0 if not a raspberrypi
# Edit this config file to suit your local environment if it is not a
# vanilla Raspberry Pi.
#
# Main settings to look atif a non pi environment
# user - Change user to reflect your OS user
# emonSD_pi_env - Set emonSD_pi_env=0 if not a raspberrypi
# install_redis - REDIS is required for feedwriter, service-runner and emoncms_mqtt services
# locations - modify the install and data storage locations

user=pi
hostname=emonpi
emonSD_pi_env=1
Expand All @@ -12,6 +18,7 @@ install_mysql=true
install_php=true
install_redis=true
# To use mqtt but a different server, just set install_mosquitto_server=false
# manually configure mqtt server settings in settings.ini
install_mosquitto=true
install_mosquitto_server=true
install_mosquitto_client=true
Expand Down

0 comments on commit cff186a

Please sign in to comment.