1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# drone server configuration # database configuration DATABASE_DRIVER=sqlite3 DATABASE_CONFIG=/var/lib/drone/drone.sqlite # remote configuration DRONE_GITHUB=true DRONE_GITHUB_CLIENT="" DRONE_GITHUB_SECRET="" # secret DRONE_SECRET="" # access configuration DRONE_OPEN=false DRONE_ADMIN="" # debug DRONE_DEBUG=false