Skip to content

Commit

Permalink
✨ Implement package publish module
Browse files Browse the repository at this point in the history
  • Loading branch information
kasipavankumar committed Dec 26, 2021
2 parents 855f963 + 6823c74 commit 522801f
Show file tree
Hide file tree
Showing 21 changed files with 2,237 additions and 508 deletions.
12 changes: 12 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
PORT=
DATABASE_URL=
AUTH_API=

# Google Cloud Variables
GC_PROJECT_ID=
GC_PRIVATE_KEY=
GC_CLIENT_EMAIL=
GC_BUCKET_NAME=

# JSON Schema URL
JSON_SCHEMA_URL=
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
.pkgs
node_modules
react_api.txt
Database meta data.jpg
Expand Down
Loading

0 comments on commit 522801f

Please sign in to comment.