diff --git a/.gitpod.yml b/.gitpod.yml index b11f6988ad3c84e899362089eafbc7a600f8fcab..76ddae66881416090aa183ad67a747f22a55586c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,5 +1,6 @@ tasks: - name: Setup Development Env + before: mv ./sample.env ./.env openMode: tab-after init: | type -p curl >/dev/null || sudo apt install curl -y @@ -73,4 +74,4 @@ ports: - port: 9000 onOpen: ignore visibility: public - description: Minio API \ No newline at end of file + description: Minio API diff --git a/central b/central new file mode 160000 index 0000000000000000000000000000000000000000..86c843b0a2bcf1dac186a07ac4feeb688455b652 --- /dev/null +++ b/central @@ -0,0 +1 @@ +Subproject commit 86c843b0a2bcf1dac186a07ac4feeb688455b652 diff --git a/.env b/sample.env similarity index 100% rename from .env rename to sample.env