Add helpscout config
This commit is contained in:
parent
d0ccfe8687
commit
c3e2d61d0a
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
API_CARTO_URL = "https://apicarto.sgmap.fr"
|
||||
API_ENTREPRISE_URL = "https://entreprise.api.gouv.fr/v2"
|
||||
API_GEO_URL = "https://geo.api.gouv.fr"
|
||||
HELPSCOUT_API_URL = 'https://api.helpscout.net/v2'
|
||||
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
|
||||
|
||||
# External services URLs
|
||||
|
|
|
@ -44,6 +44,10 @@ defaults: &defaults
|
|||
mailtrap:
|
||||
username: <%= ENV['MAILTRAP_USERNAME'] %>
|
||||
password: <%= ENV['MAILTRAP_PASSWORD'] %>
|
||||
helpscout:
|
||||
mailbox_id: <%= ENV['HELPSCOUT_MAILBOX_ID'] %>
|
||||
client_id: <%= ENV['HELPSCOUT_CLIENT_ID'] %>
|
||||
client_secret: <%= ENV['HELPSCOUT_CLIENT_SECRET'] %>
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
|
Loading…
Reference in a new issue