From e76a729a3520d3033539754b1b4f916cca494ae0 Mon Sep 17 00:00:00 2001 From: David Boskovic Date: Wed, 6 Jul 2022 23:52:14 -0400 Subject: [PATCH] working cli --- .flatfilerc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .flatfilerc.json diff --git a/.flatfilerc.json b/.flatfilerc.json new file mode 100644 index 00000000..f080df0a --- /dev/null +++ b/.flatfilerc.json @@ -0,0 +1,5 @@ +{ + "team": "1", + "apiUrl": "http://localhost:3000", + "apiKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImRhdmlkQGZsYXRmaWxlLmlvIiwic3ViIjoiMSIsImlhdCI6MTY1NzI0MTc4OSwiZXhwIjoxNjU3Mjg0OTg5fQ.1cLGa-svVTavq6yj66Zn48avvnSntLR5MIPF1J-8gxo" +}