Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afifurrohman-id authored Dec 22, 2023
1 parent aafc313 commit 07dd123
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ git clone https://github.com/afifurrohman-id/tempsy.git
cd tempsy
```

- Create `.env` file

```sh
touch configs/.env
```

- Insert Variable into `.env` file

```sh
cat <<EOENV > configs/.env
# Server
GOOGLE_CLOUD_STORAGE_BUCKET=example-google-cloud-storage-bucket
APP_ENV=testing
Expand All @@ -53,6 +49,8 @@ GOOGLE_CLOUD_STORAGE_EMULATOR_ENDPOINT=https://example.com/emulators/storage/v1
GOOGLE_OAUTH2_REFRESH_TOKEN_TEST=example-oauth2-refresh-token
GOOGLE_OAUTH2_CLIENT_ID_TEST=example-google-oauth2-client-id
GOOGLE_OAUTH2_CLIENT_SECRET_TEST=example-google-oauth2-client-secret
EOENV
```

- Download dependencies
Expand Down

0 comments on commit 07dd123

Please sign in to comment.