dev-util/drone: Don't listen on all interfaces by default.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
parent
47c122e31c
commit
c18fefbc3f
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue