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