Skip to content

Commit 76c917c

Browse files
fix: add url in config production
Signed-off-by: Samuelson Brito <[email protected]>
1 parent 53e07c2 commit 76c917c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.production.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'production' => true,
55
'matomo_container' => '8jNjdh8C',
6-
'accountUrl' => getenv('ACCOUNT_URL'),
6+
'accountUrl' => 'https://account.libresign.coop',
77
'form_url' => 'https://contactform.libresign.coop/validate.php',
88
'url_captcha' => 'https://contactform.libresign.coop/captcha.php',
99
'url_captcha_audio' => 'https://contactform.libresign.coop/audio_captcha.php',

0 commit comments

Comments
 (0)