diff options
author | EuAndreh <eu@euandre.org> | 2023-10-19 17:24:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-10-19 17:24:53 -0300 |
commit | 231a08fc73b4e3deddf7437cf6b67d3959b127c8 (patch) | |
tree | 5132456fa2c24092f4a0771946f4115cd8c8cd1b /src/infrastructure/config | |
parent | system.scm: Enforce forward-secrecy cyphers on nginx (diff) | |
download | toph-231a08fc73b4e3deddf7437cf6b67d3959b127c8.tar.gz toph-231a08fc73b4e3deddf7437cf6b67d3959b127c8.tar.xz |
re 's/servers/server/g'
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 231a08fc73b4e3deddf7437cf6b67d3959b127c8
git notes --ref=refs/notes/ci-data show 231a08fc73b4e3deddf7437cf6b67d3959b127c8
Exit status: 128
Duration: 0
Diffstat (limited to 'src/infrastructure/config')
-rw-r--r-- | src/infrastructure/config/conf.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/config/conf.env b/src/infrastructure/config/conf.env index 7a75a1a..bbdab48 100644 --- a/src/infrastructure/config/conf.env +++ b/src/infrastructure/config/conf.env @@ -1,6 +1,6 @@ #!/bin/sh -NAME='servers' +NAME='server' TLD='euandre.org' RSYNC_ACCT='zh3051@zh3051' OUT_SUFFIX="s/$NAME" |