From 32a7ad97b46b13e4901a678d184791500cc7adcc Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 20 Feb 2023 18:23:45 +0800 Subject: [PATCH] Update configuration.yml.example --- config/configuration.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/configuration.yml.example b/config/configuration.yml.example index f056dee1b..77332ef5e 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -45,8 +45,8 @@ default: &default callback_url: 'callback_url' signature_key: 'test12345678' educoder: - client_id: 'e9ce4d5ba1698d6f7d01d8ee2959776c7a6d743ebe94da2341e288fd2fbf60aa' - client_secret: '6ff84dd75eddd859c5bd0e7a791b58bc5ad1ba4fbb30bc9db37cb0baf9f33012' + client_id: 'test' + client_secret: 'test' base_url: 'https://test-data.educoder.net' redirect_uri: 'https://testforgeplus.trustie.net/api/auth/educoder/callback'