diff --git a/docker/.env b/docker/.env deleted file mode 100644 index 1a399b7..0000000 --- a/docker/.env +++ /dev/null @@ -1,3 +0,0 @@ - - CONFIG_REPO_URL=https://git.internal.example.com/infra/dnf-mirror-config.git - - CONFIG_REPO_BRANCH=main - - SYNC_CRON=0 */6 * * * \ No newline at end of file diff --git a/docker/.env-example b/docker/.env-example new file mode 100644 index 0000000..dc6f3a5 --- /dev/null +++ b/docker/.env-example @@ -0,0 +1,3 @@ +CONFIG_REPO_URL=https://git.internal.example.com/infra/dnf-mirror-config.git +CONFIG_REPO_BRANCH=main +SYNC_CRON=0 */6 * * * \ No newline at end of file