Skip to content

Commit

Permalink
move env in example
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Aug 23, 2024
1 parent 3569baf commit 0e5a133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example.env
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ API_PORT=3000
# Heroku users will not use the same value.
MQTT_HOST=

# Set the max pool size for Passenger. (Only needed if using Heroku)
# FarmBot Inc uses Heroku. Self hosters do not.
MAX_POOL_SIZE=2

# This is the password to the entire database.
# Every server needs to set this.
# Must be less than 100 characters long.
Expand Down Expand Up @@ -142,6 +138,10 @@ CIRCLE_PULL_REQUEST=
# Can be deleted unless you are using codecov.
CODECOV_TOKEN=

# Set the max pool size for Passenger. (Only needed if using Heroku)
# FarmBot Inc uses Heroku. Self hosters do not.
MAX_POOL_SIZE=2

# This is set by Heroku and used by the frontend to show the current version.
# Most self hosting users will want to delete this.
HEROKU_SLUG_COMMIT=
Expand Down

0 comments on commit 0e5a133

Please sign in to comment.