Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduwuit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
🥺
conduwuit
Commits
1ca484f9
Commit
1ca484f9
authored
9 months ago
by
Paul Robertson
Committed by
🥺
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
explain how to configure conduwuit
parent
b1150cde
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/SUMMARY.md
+2
-1
2 additions, 1 deletion
docs/SUMMARY.md
docs/configuration.md
+18
-0
18 additions, 0 deletions
docs/configuration.md
with
20 additions
and
1 deletion
docs/SUMMARY.md
+
2
−
1
View file @
1ca484f9
...
@@ -2,7 +2,8 @@ # Summary
...
@@ -2,7 +2,8 @@ # Summary
-
[
Introduction
](
introduction.md
)
-
[
Introduction
](
introduction.md
)
-
[
Differences from upstream Conduit
](
differences.md
)
-
[
Differences from upstream Conduit
](
differences.md
)
-
[
Example configuration
](
configuration/examples.md
)
-
[
Configuration
](
configuration.md
)
-
[
Examples
](
configuration/examples.md
)
-
[
Deploying
](
deploying.md
)
-
[
Deploying
](
deploying.md
)
-
[
Generic
](
deploying/generic.md
)
-
[
Generic
](
deploying/generic.md
)
-
[
NixOS
](
deploying/nixos.md
)
-
[
NixOS
](
deploying/nixos.md
)
...
...
This diff is collapsed.
Click to expand it.
docs/configuration.md
0 → 100644
+
18
−
0
View file @
1ca484f9
# Configuration
This chapter describes various ways to configure conduwuit.
## Basics
Conduwuit uses a config file for the majority of the settings. Please refer to the
[
example config file
](
./configuration/examples.md#example-configuration
)
for all of those settings.
The config file to use can either be specified on the command line when running conduwuit by specifying the
`-c`
,
`--config`
flag. Alternatively, you can use the environment variable
`CONDUWUIT_CONFIG`
to specify the config
file to used.
## Environment variables
All of the settings that are found in the config file can be specified by using environment variables.
The environment variable names should be all caps and prefixed with
`CONDUWUIT_`
.
For example, if the setting you are changing is
`max_request_size`
, then the environment variable to set is
`CONDUWUIT_MAX_REQUEST_SIZE`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment