diff --git a/static/admin/config.yml b/static/admin/config.yml index 7c76084..b5930c4 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -1,7 +1,7 @@ backend: name: gitea repo: morgan/blog # Path to your Gitea repository - app_id: 44833abf-8355-4416-becc-daa5ea1ffe59 # The Client ID provided by Gitea + app_id: 64d5b875-e747-4176-b545-ce7a3b0c7f16 api_root: https://git.morgan.kr/api/v1 # API URL of your Gitea instance base_url: https://git.morgan.kr # Root URL of your Gitea instance # optional, defaults to master @@ -22,4 +22,4 @@ collections: - { label: 'Title', name: 'title', widget: 'string' } - { label: 'Publish Date', name: 'date', widget: 'datetime' } - { label: 'Description', name: 'description', widget: 'string' } - - { label: 'Body', name: 'body', widget: 'markdown' } \ No newline at end of file + - { label: 'Body', name: 'body', widget: 'markdown' }