From 0a6fb96e44a6d78fadb720f99890568dfd9554c3 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 16 Nov 2022 12:26:50 -0800 Subject: [PATCH] [ADD] session_redis: from camptocamp-cloud-platform 16 --- .gitmodules | 3 +++ .vendor/camptocamp-cloud-platform | 1 + session_redis | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 .vendor/camptocamp-cloud-platform create mode 120000 session_redis diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..79f7ad52 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vendor/camptocamp-cloud-platform"] + path = .vendor/camptocamp-cloud-platform + url = https://github.com/hibou-io/camptocamp-cloud-platform.git diff --git a/.vendor/camptocamp-cloud-platform b/.vendor/camptocamp-cloud-platform new file mode 160000 index 00000000..fc452c6a --- /dev/null +++ b/.vendor/camptocamp-cloud-platform @@ -0,0 +1 @@ +Subproject commit fc452c6a2abbae4ab7d4bd041c5d2212691a8096 diff --git a/session_redis b/session_redis new file mode 120000 index 00000000..f71e180c --- /dev/null +++ b/session_redis @@ -0,0 +1 @@ +./.vendor/camptocamp-cloud-platform/session_redis \ No newline at end of file