mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
327 B
19 lines
327 B
12 years ago
|
# This is a configuration file for gpm with toml format.
|
||
|
|
||
|
title = "gpm(Go Package Manager)"
|
||
12 years ago
|
version = "v0.2.2 Build 0524"
|
||
12 years ago
|
user_language = "en-US"
|
||
|
#user_language = "zh-CN"
|
||
12 years ago
|
auto_backup = true
|
||
12 years ago
|
|
||
|
[account]
|
||
12 years ago
|
username = ""
|
||
|
password = ""
|
||
12 years ago
|
github_access_token = ""
|
||
12 years ago
|
|
||
|
[auto_enable]
|
||
12 years ago
|
build = []
|
||
12 years ago
|
install = []
|
||
|
search = []
|
||
|
remove = []
|
||
|
check = []
|