1
Fork 0

Move fontawesome to env

This commit is contained in:
Steffo 2024-11-28 00:26:52 +01:00
parent f19e794c38
commit 84a17509f2
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
4 changed files with 4 additions and 4 deletions

View file

@ -1,3 +0,0 @@
export RUST_LOG='holycow_api'
export DATABASE_URL='postgres:///holycow?host=/run/postgresql/'

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env.local

View file

@ -1,7 +1,6 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
.npmrc
out
/node_modules
/.pnp

3
holycow_frontend/.npmrc Normal file
View file

@ -0,0 +1,3 @@
@fortawesome:registry=https://npm.fontawesome.com/
@awesome.me:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=${FONTAWESOME_PACKAGE_TOKEN}