| `ID` | `string` | **Required**. The Webhook ID |
| `ID` | `string` | **Required**. The Webhook ID |
| `token` | `string` | **Required**. Your API key |
| `token` | `string` | **Required**. Your API key |
...
@@ -534,7 +534,7 @@ every features is not allowed to be false, atleast one feature must be true.
...
@@ -534,7 +534,7 @@ every features is not allowed to be false, atleast one feature must be true.
To run this project, you will need to add the following environment variables to your .env file, or project environment.
To run this project, you will need to add the following environment variables to your .env file, or project environment.
`PORT` - Port to run project on.
`PORT` - Port to run the project on.
`FIREBASE_CREDENTIALS_FILE` - Path to your Firebase credentials file.
`FIREBASE_CREDENTIALS_FILE` - Path to your Firebase credentials file.
...
@@ -568,12 +568,12 @@ cd globeboard/Go/
...
@@ -568,12 +568,12 @@ cd globeboard/Go/
```bash
```bash
docker compose build
docker compose build
```
```
- #### Attached - Command line remains connected:
- #### Attached—Command line remains connected:
```bash
```bash
docker compose up globeboard
docker compose up globeboard
```
```
- #### Detached - Start the container in the background:
- #### Detached—Start the container in the background:
```bash
```bash
docker compose up globeboard -d
docker compose up globeboard -d
```
```
...
@@ -627,12 +627,12 @@ cd globeboard/Go/
...
@@ -627,12 +627,12 @@ cd globeboard/Go/
```bash
```bash
docker compose build
docker compose build
```
```
- #### Attached - Command line remains connected:
- #### Attached—Command line remains connected:
```bash
```bash
docker compose up globeboard-test
docker compose up globeboard-test
```
```
- #### Detached - Start the container in the background:
- #### Detached—Start the container in the background:
```bash
```bash
docker compose up globeboard-test -d
docker compose up globeboard-test -d
```
```
...
@@ -678,4 +678,6 @@ For support, email `torgrilt@stud.ntnu.no` or `torgrim.l.thorsen@gmail.com`.
...
@@ -678,4 +678,6 @@ For support, email `torgrilt@stud.ntnu.no` or `torgrim.l.thorsen@gmail.com`.
This project is licensed under:
This project is licensed under:
[](https://creativecommons.org/licenses/by-nc-nd/4.0/)
[](https://creativecommons.org/licenses/by-nc-nd/4.0/)
You are free to download and use this code for educational, personal learning, or non-commercial purposes. And while we encourage these uses, please note that utilizing this project for commercial distribution, sales, or any form of monetization is not permitted.
You are free to download and use this code for educational, personal learning, or non-commercial purposes.
\ No newline at end of file
And while we encourage these uses, please note that using this project for commercial distribution,
sales, or any form of monetization is not permitted.