mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
8768eb2a2b
* add systemd unit file for server (`woodpecker-server.service`) * add systemd unit file for agent (`woodpecker-agent.service`) * add systemd unit files to nfpm package definitions * add etc config file examples fixes #1575
7 lines
249 B
Text
7 lines
249 B
Text
# Example for a woodpecker-server.env file
|
|
|
|
# Check the documentation for the server:
|
|
# https://woodpecker-ci.org/docs/administration/server-config
|
|
|
|
# Add all required environment variables for your setup in the form of VARIABE=value
|
|
VARIABLE=value
|