diff options
author | Mohammed Al Sahaf <msaa1990@gmail.com> | 2022-12-05 21:49:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-05 18:49:41 +0000 |
commit | fef9cb3e05ea071cdfd9ed1a6be5c8dcabf6603e (patch) | |
tree | c5cef80c06a8cd10f9a123cd85d550434e31928b /caddytest/integration | |
parent | d4a7d89f564234e44012a763cc28c5a3991bd98e (diff) |
caddytest: internalize init config into '.go' file (#5230)
Diffstat (limited to 'caddytest/integration')
-rw-r--r-- | caddytest/integration/test.init.config | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/caddytest/integration/test.init.config b/caddytest/integration/test.init.config deleted file mode 100644 index 9119ebc..0000000 --- a/caddytest/integration/test.init.config +++ /dev/null @@ -1,3 +0,0 @@ -{ - admin localhost:2999 -} |