diff --git a/.env b/.env index 5cb666b..0bef4fe 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -NEXT_PUBLIC_FAIROSHOST=https://fairdrive-testnet.fairdatasociety.org/v1 -NEXT_PUBLIC_FAIRDRIVEHOST=https://app.fairdrive.io +NEXT_PUBLIC_FAIROSHOST= https://fairos.dev.fairdatasociety.org +NEXT_PUBLIC_FAIRDRIVEHOST=https://app.fairdrive.fairdatasociety.org NEXT_PUBLIC_NAME=Fairdrive # Etherna Extension diff --git a/.vscode/settings.json b/.vscode/settings.json index daddab5..097fb35 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", diff --git a/package.json b/package.json index 52f78e0..cece6c7 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,6 @@ "sass": "^1.39.0", "tailwindcss": "^2.2.9", "typescript": "4.4.2" - } + }, +"license": "MIT" }