11 lines
321 B
TOML
11 lines
321 B
TOML
name="Doesnm Repo"
|
|
description="Repository for testing fdroidgo"
|
|
address="http://localhost:8000"
|
|
icon="icon.png"
|
|
keystore_path="keystore.p12"
|
|
keystore_password=""
|
|
keystore_alias=""
|
|
binarySources = [
|
|
"github.com/owner/repo" # Currently only github are supported
|
|
]
|
|
github_token="" # Recommended because github ratelimits
|