## ## 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