Skip to content

Commit 363add3

Browse files
NFC-102 Web eID for Mobile authentication support for web-eid example
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
1 parent 1f0dbe0 commit 363add3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static function fromArray($configArr)
3636
public function overrideFromEnv()
3737
{
3838
foreach ($this->configArr as $key => $value) {
39-
$envKey = 'WEB_EID_SAMPLE_ORIGIN_URL'.strtoupper($key);
39+
$envKey = 'WEB_EID_SAMPLE_'.strtoupper($key);
4040
$envValue = getenv($envKey);
4141
if ($envValue !== false) {
4242
$this->configArr[$key] = $envValue;

0 commit comments

Comments
 (0)