mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-14 11:37:59 +00:00
7 lines
126 B
Bash
Executable file
7 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sed \
|
|
-e "s/__PORT__/${PORT:-5000}/g" \
|
|
-e "s/__HOSTNAME__/$HOSTNAME/g" \
|
|
relay_template.yaml > relay.yaml
|