Skip to content

Commit 11d91cb

Browse files
Merge pull request #268 from DefangLabs/linda-starter-change
Starter sample update
2 parents fd127e4 + 4ed4eac commit 11d91cb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

starter-sample/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,15 @@ docker compose up --build
2222
## Configuration
2323
#REMOVE_ME_AFTER_EDITING - this section should be removed if there are no configuration values needed. The intro text can probably stay, but the list of configuration values should be updated/removed if there are none.
2424

25-
For this sample, you will need to provide the following [configuration](https://docs.defang.io/docs/concepts/configuration). Note that if you are using the 1-click deploy option, you can set these values as secrets in your GitHub repository and the action will automatically deploy them for you.
25+
For this sample, you will need to provide the following [configuration](https://docs.defang.io/docs/concepts/configuration):
2626

27-
### `API_KEY` #REMOVE_ME_AFTER_EDITING
27+
> Note that if you are using the 1-click deploy option, you can set these values as secrets in your GitHub repository and the action will automatically deploy them for you.
28+
29+
### `API_KEY` #REMOVE_ME_AFTER_EDITING
2830
An explanation of what the env var (`API_KEY`) is, etc.
31+
```bash
32+
defang config set API_KEY
33+
```
2934

3035
## Deployment
3136

0 commit comments

Comments
 (0)