feat: add scripts set

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-08-17 16:55:19 +08:00
parent 31611f5657
commit ab91f24fd1
10 changed files with 570 additions and 113 deletions
+5 -5
View File
@@ -12,8 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
USER="${USER}"
PASSWORD="${PASSWORD}"
MINIO_ENDPOINT="${MINIO_ENDPOINT}"
API_URL="${API_URL}"
DATA_DIR="${DATA_DIR}"
USER=${USER}
PASSWORD=${PASSWORD}
MINIO_ENDPOINT=${MINIO_ENDPOINT}
API_URL=${API_URL}
DATA_DIR=${DATA_DIR}