Skip to content

Commit

Permalink
added .env.example (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin authored Jan 22, 2024
1 parent 0af9cd4 commit 666e119
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
APP_NAME=Storefront
APP_IDENTIFIER=com.storefrontapp
FLEETBASE_HOST=http://127.0.0.1:8000
STOREFRONT_KEY=
FLEETBASE_KEY=
GOOGLE_MAPS_KEY=
STRIPE_KEY=
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Your `.env` file should look something like this once you're done.
# .env
APP_NAME=
APP_IDENTIFIER=
FLEETBASE_HOST=
STOREFRONT_KEY=
FLEETBASE_KEY=
GOOGLE_MAPS_KEY=
Expand Down

0 comments on commit 666e119

Please sign in to comment.