From 2ec7b5c61a80173e7be46970f54880f2fce587c2 Mon Sep 17 00:00:00 2001 From: GeorgNation <55389952+GeorgNation@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:19:39 +0600 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=B0=D0=B6=D0=B5=20=D1=82=D0=B0=D0=BA?= =?UTF-8?q?=20#7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #7 --- ngallery-example.yaml | 2 +- {photos => uploads}/.gitignore | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {photos => uploads}/.gitignore (100%) diff --git a/ngallery-example.yaml b/ngallery-example.yaml index 026d292..8373996 100644 --- a/ngallery-example.yaml +++ b/ngallery-example.yaml @@ -22,7 +22,7 @@ ngallery: storage: # type: 's3' - загрузка файлов в хранилище S3 (Amazon S3, Cloudflare, MinIO и т.д) - # type: 'server' - загрузка файлов в папку photos (hardcode) + # type: 'server' - загрузка файлов в папку uploads (hardcode) type: 's3' s3: diff --git a/photos/.gitignore b/uploads/.gitignore similarity index 100% rename from photos/.gitignore rename to uploads/.gitignore