Skip to content

Commit

Permalink
Merge pull request #83 from weaponsforge/feature/weaponsforge-82
Browse files Browse the repository at this point in the history
Feature/weaponsforge 82
  • Loading branch information
weaponsforge authored Mar 14, 2023
2 parents cb4ce05 + d1f7abb commit 962a763
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ My Phonebook will consist of a front-end website (client) and a secure REST API
### Production

Website: https://weaponsforge.github.io/my-phonebook/<br>
Server: https://my-phonebook.vercel.app/
Server: https://myphonebook-app.vercel.app/

### Development

Website: https://my-phonebook-dev.web.app/<br>
Server: https://my-phonebook-test.vercel.app/
Website: https://myphonebook-app-dev.web.app/<br>
Server: https://myphonebook-app-dev.vercel.app/

## Software Documentation

Expand Down
16 changes: 8 additions & 8 deletions client/.env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
NEXT_PUBLIC_BASE_PATH=''
NEXT_PUBLIC_BASE_API_URL=http://localhost:3001
NEXT_PUBLIC_FIREBASE_WEB_API_KEY=AIzaSyDIdds0QEYfS_GFbARrAU53AmvxH-HCcRU
NEXT_PUBLIC_FIREBASE_WEB_AUTHDOMAIN=my-phonebook-dev.firebaseapp.com
NEXT_PUBLIC_FIREBASE_WEB_PROJECT_ID=my-phonebook-dev
NEXT_PUBLIC_FIREBASE_WEB_STORAGE_BUCKET=my-phonebook-dev.appspot.com
NEXT_PUBLIC_FIREBASE_WEB_MESSAGING_SENDER_ID=240072530372
NEXT_PUBLIC_FIREBASE_WEB_APP_ID=1:240072530372:web:9bece433da7e2e56b4ec91
NEXT_PUBLIC_FIREBASE_WEB_MEASUREMENT_ID=G-MYW833GXV6
NEXT_PUBLIC_FIREBASE_WEB_API_KEY=AIzaSyDAZxPcy_4XMVcZJ0nIupEGBcGZoABlNU4
NEXT_PUBLIC_FIREBASE_WEB_AUTHDOMAIN=myphonebook-app-dev.firebaseapp.com
NEXT_PUBLIC_FIREBASE_WEB_PROJECT_ID=myphonebook-app-dev
NEXT_PUBLIC_FIREBASE_WEB_STORAGE_BUCKET=myphonebook-app-dev.appspot.com
NEXT_PUBLIC_FIREBASE_WEB_MESSAGING_SENDER_ID=458788271773
NEXT_PUBLIC_FIREBASE_WEB_APP_ID=1:458788271773:web:a3c1edf29f5b86da8f4674
NEXT_PUBLIC_FIREBASE_WEB_MEASUREMENT_ID=G-64M5K063SC
NEXT_PUBLIC_RANDOM_JOKE_API=https://v2.jokeapi.dev/joke/Misc?format=json&safe-mode&type=single
NEXT_PUBLIC_MEDIA_BG1=https://firebasestorage.googleapis.com/v0/b/my-phonebook-pro.appspot.com/o/media%2Fimages%2Fpexels-pixabay-101529.jpg?alt=media&token=24e8132a-8c2e-4c28-bad5-1ab35b82607e
NEXT_PUBLIC_MEDIA_BG1=https://firebasestorage.googleapis.com/v0/b/myphonebook-app.appspot.com/o/assets%2Fimages%2Fpexels-pixabay-101529.jpg?alt=media&token=a7c555b7-1ddb-43cb-82ec-fe9048c6d007
6 changes: 3 additions & 3 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"projects": {
"default": "my-phonebook-dev"
"default": "myphonebook-app-dev"
},
"targets": {
"my-phonebook-dev": {
"myphonebook-app-dev": {
"hosting": {
"dev": [
"my-phonebook-dev"
"myphonebook-app-dev"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This directory contains the web user interfaces (UI) for interacting with My Pho

### Live Apps

Development: https://my-phonebook-dev.web.app/<br>
Development: https://myphonebook-app-dev.web.app/<br>
Production: https://weaponsforge.github.io/my-phonebook/

## Requirements
Expand Down

0 comments on commit 962a763

Please sign in to comment.