Skip to content

Commit

Permalink
Removed .idea
Browse files Browse the repository at this point in the history
  • Loading branch information
rishit-singh committed Dec 28, 2023
1 parent 08daf69 commit e5b8fa8
Show file tree
Hide file tree
Showing 8 changed files with 4,162 additions and 45 deletions.
13 changes: 0 additions & 13 deletions .idea/.idea.langaracpsc-next.dir/.idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/.idea.langaracpsc-next.dir/.idea/compiler.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/.idea.langaracpsc-next.dir/.idea/discord.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/.idea.langaracpsc-next.dir/.idea/encodings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/.idea.langaracpsc-next.dir/.idea/indexLayout.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/.idea.langaracpsc-next.dir/.idea/vcs.xml

This file was deleted.

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ git clone https://github.com/langaracpsc/LangaraCPSC.WebAPI.git
```

### Configuration
The .env.local should contain valid `APIURL` and `APIKEY` variables for the webapp to use. They must be set before building the image.
The `.env.local` should contain valid `APIURL` and `APIKEY` variables for the webapp to use. They must be set before building the image. An example of the configuration is shown below.
```bash
# filename: .env.local
APIURL="YOUR_API_URL"
APIKEY="YOUR_API_KEY"
```

### Building the image
```
Expand Down
Loading

0 comments on commit e5b8fa8

Please sign in to comment.