From 70b30a4806d87a468d97fed3d0473720d65cc35d Mon Sep 17 00:00:00 2001 From: schooltechx Date: Mon, 10 Apr 2023 18:50:22 +0700 Subject: [PATCH] Add .env.sample for dev --- cms/.env.example | 8 +++++ cms/src/lib/data/users.json | 72 ------------------------------------- 2 files changed, 8 insertions(+), 72 deletions(-) create mode 100644 cms/.env.example delete mode 100644 cms/src/lib/data/users.json diff --git a/cms/.env.example b/cms/.env.example new file mode 100644 index 0000000..9f6d0ae --- /dev/null +++ b/cms/.env.example @@ -0,0 +1,8 @@ +# rename to .env for use it +API_CMS_URL="/api" +API_QUALIFYING_URL="/api" +API_COMPETITIVE_URL="/api" + +# API_CMS_URL="https://bma-ehr-exam.frappet.synology.me/api/v1/cms" +# API_QUALIFYING_URL="https://bma-ehr-exam.frappet.synology.me/api/v1/cms" +# API_COMPETITIVE_URL="/api" diff --git a/cms/src/lib/data/users.json b/cms/src/lib/data/users.json deleted file mode 100644 index db2c666..0000000 --- a/cms/src/lib/data/users.json +++ /dev/null @@ -1,72 +0,0 @@ -[ - { - "id": 1, - "name": "Leanne Graham", - "username": "Bret", - "email": "Sincere@april.biz", - "phone": "1-770-736-8031 x56442" - }, - { - "id": 2, - "name": "Ervin Howell", - "username": "Antonette", - "email": "Shanna@melissa.tv", - "phone": "010-692-6593 x09125" - }, - { - "id": 3, - "name": "Clementine Bauch", - "username": "Samantha", - "email": "Nathan@yesenia.net", - "phone": "1-463-123-4447" - }, - { - "id": 4, - "name": "Patricia Lebsack", - "username": "Karianne", - "email": "Julianne.OConner@kory.org", - "phone": "493-170-9623 x156" - }, - { - "id": 5, - "name": "Chelsey Dietrich", - "username": "Kamren", - "email": "Lucio_Hettinger@annie.ca", - "phone": "(254)954-1289" - }, - { - "id": 6, - "name": "Mrs. Dennis Schulist", - "username": "Leopoldo_Corkery", - "email": "Karley_Dach@jasper.info", - "phone": "1-477-935-8478 x6430" - }, - { - "id": 7, - "name": "Kurtis Weissnat", - "username": "Elwyn.Skiles", - "email": "Telly.Hoeger@billy.biz", - "phone": "210.067.6132" - }, - { - "id": 8, - "name": "Nicholas Runolfsdottir V", - "username": "Maxime_Nienow", - "email": "Sherwood@rosamond.me", - "phone": "586.493.6943 x140" - }, - { - "id": 9, - "name": "Glenna Reichert", - "username": "Delphine", - "email": "Chaim_McDermott@dana.io", - "phone": "(775)976-6794 x41206" - }, - { - "id": 10, - "name": "Clementina DuBuque", - "username": "Moriah.Stanton", - "email": "Rey.Padberg@karina.biz", - "phone": "024-648-3804" - } - ] \ No newline at end of file