chore: change way to store npm secrets
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
.vscode/*
|
||||
**/**/.env
|
||||
**/**/.npmrc
|
||||
.DS_Store
|
||||
|
||||
@ -1,2 +1 @@
|
||||
REACT_APP_API_URL=http://localhost:3000
|
||||
FONTAWESOME_NPM_AUTH_TOKEN=REPLACE_ME
|
||||
REACT_APP_API_URL=http://localhost:3000
|
||||
@ -1,2 +0,0 @@
|
||||
@fortawesome:registry=https://npm.fontawesome.com/
|
||||
//npm.fontawesome.com/:_authToken=${FONTAWESOME_NPM_AUTH_TOKEN}
|
||||
2
front/.npmrc.example
Normal file
2
front/.npmrc.example
Normal file
@ -0,0 +1,2 @@
|
||||
@fortawesome:registry=https://npm.fontawesome.com/
|
||||
//npm.fontawesome.com/:_authToken=REPLACE_ME
|
||||
Reference in New Issue
Block a user