Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: modifies glee structure format #670

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions docs/pages/env-vars-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,16 @@ Inside the return statement, you can specify the following options:

#### Glee Core Configurations
These configurations apply to Glee itself, rather than any specific protocol.

|Field|Default|Description|
|--|--|--|
|glee.gleeDir|`.glee`|Sets the Glee directory. Your sources will be compiled here.
|glee.lifecycleDir|`lifecycle`|Path to the directory that stores your [lifecycle events](./lifecycle-events.md).
|glee.functionsDir|`functions`| Path to the directory that stores your [functions](./functions.md).
|glee.asyncapiFilePath|`asyncapi.(yaml \| yml \| json)`| Path to your AsyncAPI file.
|glee.logs| default | glee logs channel and payload by default. you can change this behaviour for incoming and outgoing messages.
|glee.logs.incoming| "all" | Supported values are `channel-only` and `none`.
|glee.logs.outgoing| "all" | Supported values are `channel-only` and `none`.
|glee.gleeDir|`.glee`|Sets the Glee directory. Your sources will be compiled here.|
|glee.lifecycleDir|`lifecycle`|Path to the directory that stores your [lifecycle events](./lifecycle-events.md).|
|glee.functionsDir|`functions`| Path to the directory that stores your [functions](./functions.md).|
|glee.asyncapiFilePath|`asyncapi.(yaml \| yml \| json)`| Path to your AsyncAPI file.|
|glee.logs| default | glee logs channel and payload by default. you can change this behaviour for incoming and outgoing messages.|
|glee.logs.incoming| "all" | Supported values are `channel-only` and `none`.|
|glee.logs.outgoing| "all" | Supported values are `channel-only` and `none`.|

#### Generating Documentation
|Field|Description|
Expand Down
Loading