Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
backend
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hizla
waitlist
backend
Commits
f6cd3afc
Verified
Commit
f6cd3afc
authored
11 months ago
by
Ophestra
Browse files
Options
Downloads
Patches
Plain Diff
docs(conf): document configuration environment variables
Signed-off-by:
Ophestra Umiker
<
cat@ophivana.moe
>
parent
ac73c237
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!10
docs: add README.md file for project documentation
Pipeline
#982
passed
11 months ago
Stage: lint
Stage: test
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-0
13 additions, 0 deletions
README.md
with
13 additions
and
0 deletions
README.md
+
13
−
0
View file @
f6cd3afc
...
...
@@ -46,6 +46,19 @@ A lightweight, high-performance waitlist backend written in Go, using [Fiber v3]
```
## Configuration Documentation
| Name | Usage | Default |
|---------------------|--------------------------------------------------|------------------|
| DB | Filesystem path to database. Can be relative. | db |
| LISTEN | Filesystem path to UNIX socket to listen on. | unset |
| LISTEN_ADDR | Address to listen on if LISTEN is unset. | 127.0.0.1:3000 |
| ALLOWED_URL | Allowed URL enforced by CORS. | https://hizla.io |
| HCAPTCHA_SITE_KEY | hCaptcha site key. Disables hCaptcha if unset. | unset |
| HCAPTCHA_SECRET_KEY | hCaptcha secret key. Disables hCaptcha if unset. | unset |
| VERBOSE | Verbose logging. Set 0 to disable. | 1 |
## API Documentation
### Routes
...
...
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