diff --git a/.env.local.example b/.env.local.example index f9f37ef..7404b93 100644 --- a/.env.local.example +++ b/.env.local.example @@ -1,13 +1,13 @@ -NEXT_PUBLIC_GOOGLE_API_KEY = "string" +GOOGLE_API_KEY = "string" -NEXT_PUBLIC_FIREBASE_DATABASE_URL = "string" +FIREBASE_DATABASE_URL = "string" -NEXT_PUBLIC_FIREBASE_PROJECT_ID = "string" -NEXT_PUBLIC_FIREBASE_API_KEY = "string" -NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN = "string" -NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET = "string" -NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID = "string" -NEXT_PUBLIC_FIREBASE_APP_ID = "string" +FIREBASE_PROJECT_ID = "string" +FIREBASE_API_KEY = "string" +FIREBASE_AUTH_DOMAIN = "string" +FIREBASE_STORAGE_BUCKET = "string" +FIREBASE_MESSAGING_SENDER_ID = "string" +FIREBASE_APP_ID = "string" -NEXT_PUBLIC_FIREBASE_CLIENT_EMAIL = "string" -NEXT_PUBLIC_FIREBASE_PRIVATE_KEY = "string" +FIREBASE_CLIENT_EMAIL = "string" +FIREBASE_PRIVATE_KEY = "string" diff --git a/README.md b/README.md index 43c4f82..5db1f21 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Essas instruções vão permitir que você tenha uma cópia funcional do projeto ### 📋 Requisitos - [NodeJS v18.3.0 LTS / NPM v8.11](https://nodejs.org/pt-br/download/) (recomenda-se fortemente a utilização do [NVM](https://github.com/nvm-sh/nvm) para gerenciar facilmente as versões do NodeJS) - [Yarn](https://yarnpkg.com/getting-started/install) -- [Gerar as credenciais do Firebase](//github.com/intrig-unicamp/paths-viewer/wiki/Gerar%20as%20Credenciais%20do%20Firebase) +- [Gerar as credenciais do Firebase](//github.com/intrig-unicamp/paths-viewer/wiki/Gerar-as-Credenciais-do-Firebase) ### 🔧 Instalação - Clone o repositório @@ -67,12 +67,12 @@ yarn install ```sh yarn dev ``` - Por padrão, a interface deverá iniciar no endereço [http://localhost:3000](http://localhost:3000). +Por padrão, a interface deverá iniciar no endereço [http://localhost:3000](http://localhost:3000). -> 💡 Consulte o [guia de instalação](//github.com/intrig-unicamp/paths-viewer/wiki/Instala%C3%A7%C3%A3o) na Wiki para mais exemplos e casos de uso. +> 💡 Consulte o [guia de instalação](//github.com/intrig-unicamp/paths-viewer/wiki/Instalação) na Wiki para mais exemplos e casos de uso. ## 📊 Banco de Dados -Utilizamos o Firebase como solução de banco de dados, tanto em produção quanto desenvolvimento. É necessário gerar as credenciais necessárias para executar o projeto sem problemas. Siga o [guia respectivo na Wiki](//github.com/intrig-unicamp/paths-viewer/wiki/Gerar%20as%20Credenciais%20do%20Firebase) para mais informações. +Utilizamos o Firebase como solução de banco de dados, tanto em produção quanto desenvolvimento. É necessário gerar as credenciais necessárias para executar o projeto sem problemas. Siga o [guia respectivo na Wiki](//github.com/intrig-unicamp/paths-viewer/wiki/Gerar-as-Credenciais-do-Firebase) para mais informações. ## 👏 Contribuições Todos são bem-vindos a realizar contribuições e sugestões no código! Recomenda-se enviar *pull requests* ou então criar *issues*. A nossa equipe analisará em breve.