From 8d1e4ed6a41885494f3a7cae940a810309583259 Mon Sep 17 00:00:00 2001 From: CXM <chenzixin202209@163.com> Date: Sun, 10 Mar 2024 21:55:38 +0000 Subject: [PATCH] store the gitlab access token in here --- Logic/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Logic/config.php b/Logic/config.php index f7e2507..b843673 100644 --- a/Logic/config.php +++ b/Logic/config.php @@ -24,3 +24,6 @@ $db = connect_to_database(); define('DB', connect_to_database()); define('MAP_API_URL', 'https://maps.googleapis.com/maps/api/js?key=AIzaSyDK6Mv_YWM0M2iOFuqjB2YWQrYPbKvpGJU&libraries=places&callback=initMap'); + + +//gitlab access token: glpat-YfWPvEdmLKkcHtESXDGU -- GitLab