Skip to content

Commit 6e11302

Browse files
docs: Change example in Actor environment docs
Signed-off-by: Patrik Braborec <[email protected]>
1 parent f59a3f2 commit 6e11302

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sources/platform/actors/development/programming_interface/environment_variables.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ Actor owners can define custom environment variables in `.actor/actor.json`. All
9494
"version": "0.1",
9595
"buildTag": "latest",
9696
"environmentVariables": {
97-
"MYSQL_USER": "my_username",
98-
"MYSQL_PASSWORD": "@mySecretPassword"
97+
"api_token": "token_123",
9998
}
10099
}
101100
```

0 commit comments

Comments
 (0)