-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Olga Bulat <obulat@gmail.com> Co-authored-by: sarayourfriend <git@sarayourfriend.pictures>
- Loading branch information
1 parent
dff3a85
commit faf599b
Showing
419 changed files
with
15,520 additions
and
27,806 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,58 @@ | ||
#API_URL=http://127.17.0.1:8000/ | ||
#API_CLIENT_ID="" | ||
#API_CLIENT_SECRET="" | ||
PORT=8443 | ||
|
||
# ---------------------------- # | ||
# REQUIRED LOCAL ENV VARIABLES # | ||
# ---------------------------- # | ||
# DEPLOYMENT_ENV=local | ||
# SITE_DOMAIN=localhost | ||
# SITE_URL=http://localhost:8443 | ||
#/** | ||
#* We rely on the Nginx container running as `frontend_nginx` | ||
#* in the local compose stack to proxy requests. Therefore, the | ||
#* URL here is not for the Plausible container in the local stack, | ||
#* but the Nginx service, which then itself forwards the requests | ||
#* to the local Plausible instance. | ||
#* | ||
#* In production, the Nginx container is handling all requests | ||
#* made to the root URL (openverse.org), and is configured to | ||
#* forward Plausible requests to upstream Plausible. | ||
#*/ | ||
# PLAUSIBLE_SITE_URL = http://localhost:50290 | ||
|
||
# ---------------------------- # | ||
# OPTIONAL LOCAL ENV VARIABLES | ||
# ---------------------------- # | ||
### API settings | ||
|
||
# NUXT_PUBLIC_API_URL=http://127.17.0.1:8000/ # local dev API | ||
# NUXT_PUBLIC_API_URL=http://localhost:49153/ # talkback proxy | ||
# NUXT_PUBLIC_API_URL=https://api.openverse.org/# prod API | ||
|
||
# NUXT_API_CLIENT_ID="" | ||
# NUXT_API_CLIENT_SECRET="" | ||
|
||
# -------------------- # | ||
# PRODUCTION VARIABLES # | ||
# -------------------- # | ||
# DEPLOYMENT_ENV=production | ||
# NUXT_API_CLIENT_ID="" | ||
# NUXT_API_CLIENT_SECRET="" | ||
# NUXT_PUBLIC_API_URL=https://api.openverse.org/ | ||
# NUXT_PUBLIC_SENTRY_DSN="" | ||
# NUXT_PUBLIC_SENTRY_RELEASE="" | ||
# SITE_URL=https://openverse.org | ||
# SITE_DOMAIN=openverse.org | ||
# PLAUSIBLE_SITE_URL=https://openverse.org | ||
|
||
# ----------------- # | ||
# STAGING VARIABLES # | ||
# ----------------- # | ||
# DEPLOYMENT_ENV=staging | ||
# NUXT_API_CLIENT_ID="" | ||
# NUXT_API_CLIENT_SECRET="" | ||
# NUXT_PUBLIC_API_URL=https://api-staging.openverse.org/ | ||
# NUXT_PUBLIC_SENTRY_DSN="" | ||
# NUXT_PUBLIC_SENTRY_RELEASE="" | ||
# SITE_URL=https://staging.openverse.org | ||
# SITE_DOMAIN=staging.openverse.org | ||
# PLAUSIBLE_SITE_URL=https://staging.openverse.org |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.