Skip to content

Commit

Permalink
Document the configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Dec 16, 2023
1 parent fd8e057 commit ddd0221
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ Deployed on a very small 2vcpu and 512mb vm.

The backend can be configured.

1. `SMITHY_CLASSPATH_CONFIG`: location of a json file used to load dependencies to include during code gen
1. `SMITHY_CLASSPATH_CONFIG`: location of a json file used to load dependencies to include during code gen. The file looks content looks like this:

```json
{
"entries": {
"com.disneystreaming.alloy:alloy-core:0.2.8": "/opt/docker/smithy-classpath/alloy-core-0.2.8.jar"
}
}
```

### Frontend

Expand Down

0 comments on commit ddd0221

Please sign in to comment.