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";