diff options
| author | Tulir Asokan <tulir@maunium.net> | 2024-12-03 00:03:01 +0200 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2024-12-03 00:03:01 +0200 |
| commit | 8cea4a46d03dec1deb90b056bc0bf2c6ec5b6548 (patch) | |
| tree | 89b28a15db67b8e92dca39623a10d1301b195c34 /giphyproxy/example-config.yaml | |
| parent | 333567f481e60443360aa7199d481e1a45b3a523 (diff) | |
Make giphyproxy destination configurable
Diffstat (limited to 'giphyproxy/example-config.yaml')
| -rw-r--r-- | giphyproxy/example-config.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/giphyproxy/example-config.yaml b/giphyproxy/example-config.yaml index 3bed981..0d7e226 100644 --- a/giphyproxy/example-config.yaml +++ b/giphyproxy/example-config.yaml @@ -15,3 +15,6 @@ server_key: CHANGE ME hostname: 0.0.0.0 # Port where the proxy should listen on port: 8008 + +# Redirect destination. This can be changed to serve a different format. +destination: https://i.giphy.com/%s.webp |
