mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
chore: change way to store npm secrets
This commit is contained in:
parent
e8f85f2a29
commit
babd9208e7
4 changed files with 4 additions and 4 deletions
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
|
||||
Loading…
Reference in a new issue