-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* env production skip-check * build-fix-env * build-fix-env * remove nodeenv env
- Loading branch information
1 parent
a9290b1
commit fc38978
Showing
9 changed files
with
53 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Project Name: Job Board | ||
|
||
[All about job board](https://marmalade-height-05f.notion.site/100xDevs-Job-board-ab8ca399180d49e4bc0c2ff5c81dfb08?pvs=25) <br/> | ||
[Project Status](https://marmalade-height-05f.notion.site/Job-board-10315651c69c80b581b5f7b64667341c) | ||
|
||
## Table of Contents | ||
|
||
- [Description](#description) | ||
|
@@ -37,12 +39,12 @@ Follow these steps to set up the repository locally and run it. | |
|
||
```bash | ||
# | ||
# Database | ||
# Database | ||
# | ||
DATABASE_URL="postgres://postgres:password@localhost:5432/postgres" | ||
|
||
# | ||
# AUTH | ||
# AUTH | ||
# | ||
NEXTAUTH_SECRET= | ||
NEXTAUTH_URL="http://localhost:3000" | ||
|
@@ -69,7 +71,6 @@ Follow these steps to set up the repository locally and run it. | |
|
||
[Run in browser](https://www.cryptool.org/en/cto/openssl/) | ||
|
||
|
||
### Running the Project with Docker | ||
|
||
```bash | ||
|
@@ -105,45 +106,46 @@ Emails: '[email protected], [email protected]'; | |
Password: '123456'; | ||
``` | ||
|
||
|
||
## Steps to create a BunnyCDN storage for this repo: | ||
|
||
1. **Create a storage zone:** | ||
|
||
<img src="https://utfs.io/f/CUistsOk9f0Iocrllmq4RQuXkCx9NthDrTEw6dFy1Z3KfIPc" alt="Create a storage zone" width="150" /> | ||
<img src="https://utfs.io/f/CUistsOk9f0Iocrllmq4RQuXkCx9NthDrTEw6dFy1Z3KfIPc" alt="Create a storage zone" width="150" /> | ||
|
||
2. **Connect the storage zone to a pull zone:** | ||
|
||
<img src="https://utfs.io/f/CUistsOk9f0ImevkKUyo3QdPNXDuFbcZEagW0AUej1tzvmMw" alt="Connect the storage zone to a pull zone" width="250" /> | ||
<img src="https://utfs.io/f/CUistsOk9f0ImevkKUyo3QdPNXDuFbcZEagW0AUej1tzvmMw" alt="Connect the storage zone to a pull zone" width="250" /> | ||
|
||
4. **Set environment variables:** | ||
3. **Set environment variables:** | ||
|
||
Go to the FTP & API Access section in the storage zone and add the following environment variables: | ||
|
||
```bash | ||
CDN_API_KEY=<your-api-key> | ||
``` | ||
|
||
Which you can find in the storage -> [storage name] -> FTP & API Access section | ||
|
||
<img src="https://utfs.io/f/CUistsOk9f0Imf5c1ZUyo3QdPNXDuFbcZEagW0AUej1tzvmM" alt="CDN_API_KEY" width="500" /> | ||
|
||
--- | ||
|
||
```bash | ||
CDN_BASE_UPLOAD_URL=<your-cdn-base-upload-url> | ||
``` | ||
Which is https://[your-hostname]/[storage-name]/[any folder name you might have added otherwise empty] | ||
|
||
```bash | ||
CDN_BASE_UPLOAD_URL=<your-cdn-base-upload-url> | ||
``` | ||
|
||
Which is https://[your-hostname]/[storage-name]/[any folder name you might have added otherwise empty] | ||
|
||
<img src="https://utfs.io/f/CUistsOk9f0Imf5c1ZUyo3QdPNXDuFbcZEagW0AUej1tzvmM" alt="CDN_BASE_UPLOAD_URL" width="500" /> | ||
|
||
--- | ||
|
||
```bash | ||
CDN_BASE_ACCESS_URL=<your-cdn-base-access-url> | ||
``` | ||
Which is https://[your-pull-zone-hostname]/[any folder name you might have added otherwise empty] or get link from the dashboard as mentioned below | ||
|
||
|
||
```bash | ||
CDN_BASE_ACCESS_URL=<your-cdn-base-access-url> | ||
``` | ||
|
||
Which is https://[your-pull-zone-hostname]/[any folder name you might have added otherwise empty] or get link from the dashboard as mentioned below | ||
|
||
<img src="https://utfs.io/f/CUistsOk9f0IyM9047Pa7YvK8qbtnUAPO9jwxdskhzc2JNoR" alt=" CDN_BASE_ACCESS_URL" width="600" /> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters