From 083faa7c1d2418cebc23d4d3611d8603db9802b1 Mon Sep 17 00:00:00 2001 From: Ro Date: Mon, 29 Mar 2021 13:37:34 -0700 Subject: [PATCH] removed config files --- config/folks.json | 15 --------------- config/settings.json | 32 -------------------------------- config/tags.json | 1 - 3 files changed, 48 deletions(-) delete mode 100644 config/folks.json delete mode 100644 config/settings.json delete mode 100644 config/tags.json diff --git a/config/folks.json b/config/folks.json deleted file mode 100644 index 12dd1f4..0000000 --- a/config/folks.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "id": 1, - "handle": "ItsRo", - "avi": "/assets/images/user/2020/09/download20200802144459.png", - "email": "are0h@protonmail.com", - "password": "$2b$10$77PMC2W6aZ3gJP7TOA7OpeqQaz..SrRSO74WEa7cn61ehHI55.zKq", - "key": "fe79df250470815bf32dcea70221384c89163cad3a827a9c3da25d87159ed55a", - "secret": "&eIWQ8E&@vh*", - "role": "hnic", - "created": "2020-09-01T22:46:47+02:00", - "updated": "2020-09-01T22:46:47+02:00", - "deleted": null - } -] diff --git a/config/settings.json b/config/settings.json deleted file mode 100644 index 4092c25..0000000 --- a/config/settings.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "global": { - "base_url": "https://fipamo.blog", - "title": "It's Fipamo", - "descriptions": "Because it should be easy, boss.", - "background": "/assets/images/user/2020/09/default-bg.jpg", - "private": false, - "renderOnSave": "false", - "theme": "fipamo-default", - "display_limit": 5, - "port": 3314, - "last_backup": "2020-09-15T22:14:42+02:00" - }, - "library_stats": { - "current_index": 5 - }, - "email": { - "active": "", - "smtp": { - "domain": "", - "email": "", - "password": "" - }, - "mailgun": { - "domain": "", - "key": "" - } - }, - "menu": [ - - ] -} \ No newline at end of file diff --git a/config/tags.json b/config/tags.json deleted file mode 100644 index 3a0d9fd..0000000 --- a/config/tags.json +++ /dev/null @@ -1 +0,0 @@ -{"tags":[{"tag_name":"development","slug":"development","count":1},{"tag_name":"docs","slug":"docs","count":3},{"tag_name":"first","slug":"first","count":1},{"tag_name":"set up","slug":"set-up","count":3},{"tag_name":"start","slug":"start","count":2},{"tag_name":"themes","slug":"themes","count":1},{"tag_name":"updates","slug":"updates","count":2},{"tag_name":"welcome","slug":"welcome","count":1},{"tag_name":"wiki","slug":"wiki","count":1}]}