mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Switching to using the main default branch (#1628)
* Switching to using the main default branch * changing links to main branch, not master branch * Changing a few links to relative * Bumping chart version Co-authored-by: Marwan Sulaiman <marwan.sameer@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f01c645305
commit
c2c5daf61a
@@ -1,8 +1,8 @@
|
||||
name: athens-proxy
|
||||
version: 0.4.11
|
||||
version: 0.4.12
|
||||
appVersion: 0.9.0
|
||||
description: The proxy server for Go modules
|
||||
icon: https://raw.githubusercontent.com/gomods/athens/master/docs/static/banner.png
|
||||
icon: https://raw.githubusercontent.com/gomods/athens/main/docs/static/banner.png
|
||||
keywords:
|
||||
- Golang
|
||||
- Package Management
|
||||
|
||||
@@ -50,7 +50,7 @@ Available options:
|
||||
|
||||
### Pass extra configuration environment variables
|
||||
|
||||
You can pass any extra environment variables supported in [config.dev.toml](https://github.com/gomods/athens/blob/master/config.dev.toml).
|
||||
You can pass any extra environment variables supported in [config.dev.toml](../../../config.dev.toml).
|
||||
The example below shows how to set username/password for basic auth:
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user