We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c917c commit 5e25695Copy full SHA for 5e25695
config.php
@@ -9,7 +9,7 @@
9
'production' => false,
10
'matomo_container' => '8jNjdh8C_dev_dc9cf71ee2745d3690156798',
11
'baseUrl' => '/',
12
- 'accountUrl' => 'http://nginx',
+ 'accountUrl' => getenv('ACCOUNT_URL'),
13
'form_url' => 'http://localhost/suitecrm-form-middleware/validate.php',
14
'url_captcha' => 'http://localhost/suitecrm-form-middleware/captcha.php',
15
'url_captcha_audio' => 'http://localhost/suitecrm-form-middleware/audio_captcha.php',
0 commit comments