chore: change way to store npm secrets

This commit is contained in:
Sammy Teillet
2023-04-18 15:31:58 +02:00
parent e8f85f2a29
commit babd9208e7
4 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode/*
**/**/.env
**/**/.npmrc
.DS_Store

View File

@ -1,2 +1 @@
REACT_APP_API_URL=http://localhost:3000
FONTAWESOME_NPM_AUTH_TOKEN=REPLACE_ME
REACT_APP_API_URL=http://localhost:3000

View File

@ -1,2 +0,0 @@
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN}

2
front/.npmrc.example Normal file
View File

@ -0,0 +1,2 @@
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=REPLACE_ME