Skip to content

Commit 2bad320

Browse files
authored
Update README.md
1 parent d71bf2f commit 2bad320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Environment variables should be prefixed with **environment** for APIM. The **e
2525
**Remove "environment" prefix when referening environment variable**
2626

2727
```bash
28-
$export db.password=xyz123
28+
$export db.password=changeme
2929
$export db.username=root
30-
$export evironment.db_url=changme
30+
$export db_url=jdbc:mysql://mysql:3306/Axway
3131
```
3232

3333
#### Environmentalization Container Example

0 commit comments

Comments
 (0)