dev-util/drone: Don't listen on all interfaces by default.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
Manuel Friedli 2021-01-03 00:44:53 +01:00
parent 47c122e31c
commit c18fefbc3f
2 changed files with 3 additions and 3 deletions

View file

@ -21,8 +21,8 @@ DRONE_SERVER_HOST="drone.example.com"
# should be set to http or https. This field defaults to https if you configure
# ssl or acme.
DRONE_SERVER_PROTO="https"
# The port to listen to. Defaults to :8080. NB: Don't forget the leading colon (:)!
DRONE_SERVER_PORT=":8080"
# The port (and optional host) to listen on. Defaults to :8080.
DRONE_SERVER_PORT="localhost:8080"
# Database settings. If commented, use SQLite by default.
#DRONE_DATABASE_DRIVER="mysql"