Skip to content

Commit

Permalink
https://www.piloan.com
Browse files Browse the repository at this point in the history
Pi loan application

Signed-off-by: Kingsley Nnamdi Nwogu <[email protected]>
  • Loading branch information
knnamdi1 authored Mar 6, 2023
1 parent 3f5f0b9 commit 9036c61
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@
#

# Frontend app URL and bare domain name:
FRONTEND_URL=https://frontend.example.com
FRONTEND_DOMAIN_NAME=frontend.example.com
FRONTEND_URL=https://frontend.piloan.com
FRONTEND_DOMAIN_NAME=frontend.piloan.com

# Backend app URL and bare domain name:
BACKEND_URL=https://backend.example.com
BACKEND_DOMAIN_NAME=backend.example.com
BACKEND_URL=https://backend.piloan.com
BACKEND_DOMAIN_NAME=backend.piloan.com


# Obtain the following 2 values on the Pi Developer Portal (open develop.pi in the Pi Browser).

# Domain validation key:
DOMAIN_VALIDATION_KEY=todo_developer_portal
DOMAIN_VALIDATION_KEY=b8c25d38ac879024e4346bd0c3b37596f72ba6b599420b32c1e1200fbb5de0b64a0aa5a60728ad3a3bd2bc37cd29fecd3a9d86e380798edb437f2dbb8def5680
# Pi Platform API Key:
PI_API_KEY=todo_developer_portal
PI_API_KEY=nkgsp5bp8dz6jkhyccmmqmuoo05ilkbpm97gxhaxua9aljeqralcviuwjwrxa2a5

# Generate a random string, or roll your face on the keyboard to fill this value:
SESSION_SECRET=abcd1324_TODO
SESSION_SECRET=8552king_hosa

# MongoDB database connection details:
MONGODB_DATABASE_NAME=demoapp
MONGODB_USERNAME=demoapp
MONGODB_PASSWORD=abcd1234
MONGODB_DATABASE_NAME=piloan
MONGODB_USERNAME=knnamdi1
MONGODB_PASSWORD=24thking$


# This will be prepended to all container names.
Expand Down

3 comments on commit 9036c61

@knnamdi1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cauba-h
Copy link

@cauba-h cauba-h commented on 9036c61 Mar 7, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@knnamdi1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PiLoan

Please sign in to comment.