mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-03 15:22:25 +02:00
* 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
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
# 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
|