thiagoabreudev / storefront-ci

GNU General Public License v3.0
0 stars 1 forks source link

Fixar configurações de backend do Netlify CMS #2

Closed leomp12 closed 4 years ago

leomp12 commented 4 years ago

Setar endpoints para autenticação (authentication backend) em content/.config.json. Ref: https://github.com/hfte/netlify-cms-with-selfhosted-gotrue-and-git-gateway#make-it-work-with-netlify-cms

Acredito que seria algo como:

{
  "backend": {
    "name": "git-gateway",
    "branch": "master",
    "identity_url": "https://gotrue.ecomplus.biz/1056/.netlify/identity",
    "gateway_url":  "https://gitgateway.ecomplus.biz/1056/.netlify/git",
    "site_domain":  "lojaexemplo.netlify.com"
  }
}

site_domain é opcional (só pra teste em localhost), se não tiver ele no momento do commit podemos deixar sem mesmo.

accept_roles foi removido https://github.com/netlify/netlify-cms/pull/3022/files

leomp12 commented 4 years ago

@thiagoabreudev presente pra você, dá essa moral por favor? :smile:

leomp12 commented 4 years ago

https://github.com/thiagoabreudev/storefront-ci/commit/73d03e5a3c61f2fe942babe5fe2e9b381194d715