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.
26 lines
554 B
26 lines
554 B
|
6 years ago
|
##
|
||
|
|
## drone-controller.sh -- drone-controller(8) configuration
|
||
|
|
##
|
||
|
|
|
||
|
|
GODEBUG=netdns=go
|
||
|
|
DRONE_DEBUG=true
|
||
|
|
|
||
|
|
DRONE_SERVER_HOST=http://127.0.0.1:8000
|
||
|
|
DRONE_SERVER_ADDR=127.0.0.1:8000
|
||
|
|
|
||
|
|
DRONE_DATABASE_DRIVER=sqlite3
|
||
|
|
DRONE_DATABASE_DATASOURCE=@l_prefix@/var/drone-controller/db/drone-controller.sqlite
|
||
|
|
|
||
|
|
DRONE_AGENT_SECRET=the-server-agent-secret
|
||
|
|
|
||
|
|
DRONE_OPEN=true
|
||
|
|
DRONE_ADMIN=root
|
||
|
|
|
||
|
|
DRONE_GOGS=true
|
||
|
|
DRONE_GOGS_URL=http://127.0.0.1:3000
|
||
|
|
DRONE_GOGS_GIT_USERNAME=deployment
|
||
|
|
DRONE_GOGS_GIT_PASSWORD=deployment
|
||
|
|
DRONE_GOGS_PRIVATE_MODE=false
|
||
|
|
DRONE_GOGS_SKIP_VERIFY=true
|
||
|
|
|