From 2f1e854ea323e6a7efdb4fa0ca1dea94063ac7f8 Mon Sep 17 00:00:00 2001 From: mathieu Date: Tue, 18 Aug 2026 21:09:32 +0200 Subject: [PATCH] Ajout fichier config de rider --- .idea/.idea.MaBibli/.idea/.gitignore | 15 +++++++++++++++ .idea/.idea.MaBibli/.idea/.name | 1 + .idea/.idea.MaBibli/.idea/dataSources.xml | 12 ++++++++++++ .idea/.idea.MaBibli/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.MaBibli/.idea/vcs.xml | 6 ++++++ MaBibli.Api/Properties/launchSettings.json | 6 ++++-- MaBibli.Client/Properties/launchSettings.json | 4 ++-- 7 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 .idea/.idea.MaBibli/.idea/.gitignore create mode 100644 .idea/.idea.MaBibli/.idea/.name create mode 100644 .idea/.idea.MaBibli/.idea/dataSources.xml create mode 100644 .idea/.idea.MaBibli/.idea/indexLayout.xml create mode 100644 .idea/.idea.MaBibli/.idea/vcs.xml diff --git a/.idea/.idea.MaBibli/.idea/.gitignore b/.idea/.idea.MaBibli/.idea/.gitignore new file mode 100644 index 0000000..db23a0b --- /dev/null +++ b/.idea/.idea.MaBibli/.idea/.gitignore @@ -0,0 +1,15 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Rider ignored files +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +/.idea.MaBibli.iml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.MaBibli/.idea/.name b/.idea/.idea.MaBibli/.idea/.name new file mode 100644 index 0000000..5cafd56 --- /dev/null +++ b/.idea/.idea.MaBibli/.idea/.name @@ -0,0 +1 @@ +MaBibli \ No newline at end of file diff --git a/.idea/.idea.MaBibli/.idea/dataSources.xml b/.idea/.idea.MaBibli/.idea/dataSources.xml new file mode 100644 index 0000000..7b23e1d --- /dev/null +++ b/.idea/.idea.MaBibli/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:$PROJECT_DIR$/MaBibli.Api/mabibli.db + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/.idea.MaBibli/.idea/indexLayout.xml b/.idea/.idea.MaBibli/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.MaBibli/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.MaBibli/.idea/vcs.xml b/.idea/.idea.MaBibli/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.MaBibli/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/MaBibli.Api/Properties/launchSettings.json b/MaBibli.Api/Properties/launchSettings.json index 996a541..a63c579 100644 --- a/MaBibli.Api/Properties/launchSettings.json +++ b/MaBibli.Api/Properties/launchSettings.json @@ -4,7 +4,8 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": false, + "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "http://localhost:5030", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -13,7 +14,8 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": false, + "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:7107;http://localhost:5030", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" diff --git a/MaBibli.Client/Properties/launchSettings.json b/MaBibli.Client/Properties/launchSettings.json index 38cde7b..c8c495f 100644 --- a/MaBibli.Client/Properties/launchSettings.json +++ b/MaBibli.Client/Properties/launchSettings.json @@ -4,7 +4,7 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "http://localhost:5102", "environmentVariables": { @@ -14,7 +14,7 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:7150;http://localhost:5102", "environmentVariables": {