From 7295e6482b393e748455c08a37a6d137b73788e7 Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 9 Mar 2023 10:54:30 +0100 Subject: [PATCH] changes to s3 bucket keys generation --- csharp/App/Backend/Database/User.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/csharp/App/Backend/Database/User.cs b/csharp/App/Backend/Database/User.cs index 22a65a0bd..7f9e33fbc 100644 --- a/csharp/App/Backend/Database/User.cs +++ b/csharp/App/Backend/Database/User.cs @@ -90,6 +90,8 @@ public partial class Db //EXOSCALE API URL const String url = "https://api-ch-dk-2.exoscale.com/v2/"; const String path = "access-key"; + + //TODO HIDE ME const String secret = "S2K1okphiCSNK4mzqr4swguFzngWAMb1OoSlZsJa9F0"; const String apiKey = "EXOb98ec9008e3ec16e19d7b593";