-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2456 from FarmBot/staging
v15.9.1
- Loading branch information
Showing
31 changed files
with
219 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,9 +98,14 @@ GCS_BUCKET=GOOGLE_CLOUD_STORAGE_BUCKET_NAME_FOR_IMAGE_FILES | |
GCS_ID=GOOGLE_CLOUD_STORAGE='interop' id | ||
# Most self hosting users will want to delete this. | ||
GCS_KEY=GOOGLE_CLOUD_STORAGE='interop' key | ||
GCS_PROJECT= | ||
GOOGLE_CLOUD_KEYFILE_JSON= | ||
# Can be deleted unless you are a Rollbar customer. | ||
ROLLBAR_ACCESS_TOKEN=____ | ||
ROLLBAR_CLIENT_TOKEN=____ | ||
ROLLBAR_ENV= | ||
# Can be deleted unless you are using codecov. | ||
CODECOV_TOKEN= | ||
# This can be set to anything. | ||
# Most users can just delete it. | ||
# This is used for people writing modifications to the software, mostly. | ||
|
@@ -128,6 +133,10 @@ EXTRA_DOMAINS=staging.farm.bot,whatever.farm.bot | |
# Include the protocol! (http vs. https) | ||
# DELETE THIS LINE if you are a self-hosted user. | ||
RABBIT_MGMT_URL=http://delete_this_line.com | ||
# defaults to `CLOUDAMQP_URL` | ||
WHERE_IS_CLOUDAMQP_URL= | ||
CLOUDAMQP_URL= | ||
RABBITMQ_URL= | ||
# Allow only certain users on the server. If the user's email domain is not | ||
# on the list of trusted domains, they can not use the server. | ||
# The example below only allows users with `@farmbot.io` or `@farm.bot` emails | ||
|
@@ -156,6 +165,8 @@ FEEDBACK_WEBHOOK_URL=http://localhost:3000/change_this | |
# Email address of a "publisher account" that is used to | ||
# publish shared sequences via `rake sequences:publish <id>` | ||
AUTHORIZED_PUBLISHER=[email protected] | ||
# URL to send release info to. | ||
RELEASE_WEBHOOK_URL= | ||
# OpenAI API key. Delete this line if you don't have one. | ||
OPENAI_API_KEY= | ||
# OpenAI API sampling temperature. Optional. Float between 0 and 2. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1481,6 +1481,9 @@ | |
display: inline-block; | ||
margin-left: 1rem; | ||
} | ||
p { | ||
margin-left: 1rem; | ||
} | ||
} | ||
|
||
.import-banner { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.