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.
25 lines
538 B
25 lines
538 B
## |
|
## drone-server.sh -- drone-server(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-server/db/drone-server.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 |
|
|
|
|