woodpecker/server
Marian Steinbach 17b8867b96
Clean up config environment variables for server and agent (#218)
The goal here is to make consistent use of configuration environment variables prefixed `WOODPECKER_`. Where several variants existed, this PR aims to remove all but one option, leaving the most explicit.

This PR only changes server and agent code, but not documentation, in order to keep the PR digestible. Once we have consensus that this is correct, I'll change docs accordingly.

User (rather: admin) facing changes in this PR:

- In general, support for all server and agent config environment variables (env vars) starting with `DRONE_` is removed. The according `WOODPECKER_*` variables must be used instead.
- The env var `WOODPECKER_HOST` replaces `DRONE_HOST`, and `DRONE_SERVER_HOST`.
- The env var `WOODPECKER_AGENT_SECRET` is used to configure the shared secret which agents use to authenticate against the server. It replaces `WOODPECKER_SECRET`, `DRONE_SECRET`, `WOODPECKER_PASSWORD`, `DRONE_PASSWORD`, and `DRONE_AGENT_SECRET`.
- The env var `WOODPECKER_DATABASE_DRIVER` replaces `DRONE_DATABASE_DRIVER` and `DATABASE_DRIVER`.
- The env var `WOODPECKER_DATABASE_DATASOURCE` replaces `DRONE_DATABASE_DATASOURCE` and `DATABASE_CONFIG`.
2021-09-28 15:43:44 +02:00
..
api Pass down context.Context (#371) 2021-09-28 12:56:59 +02:00
grpc Pass down context.Context (#371) 2021-09-28 12:56:59 +02:00
logging Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
model Clean up config environment variables for server and agent (#218) 2021-09-28 15:43:44 +02:00
plugins Pass down context.Context (#371) 2021-09-28 12:56:59 +02:00
pubsub Move cncd/{logging,pubsub,queue}/ to server/{logging,pubsub,queue}/ (#346) 2021-09-23 22:29:09 +02:00
queue Pass down context.Context (#371) 2021-09-28 12:56:59 +02:00
remote Pass down context.Context (#371) 2021-09-28 12:56:59 +02:00
router Pass down context.Context (#371) 2021-09-28 12:56:59 +02:00
shared Remove unsupported pipeline file extension "yaml" (#373) 2021-09-28 14:07:25 +02:00
store Clean up config environment variables for server and agent (#218) 2021-09-28 15:43:44 +02:00
swagger Refactor: move model/ to server/model/ (#366) 2021-09-27 19:51:55 +02:00
web Refactor: move model/ to server/model/ (#366) 2021-09-27 19:51:55 +02:00
config.go Refactor: move model/ to server/model/ (#366) 2021-09-27 19:51:55 +02:00