Skip to content

Commit

Permalink
chore(agora): use edge for app version and tag name placeholder, upda…
Browse files Browse the repository at this point in the history
…te data version to align with agora-data-manger (AG-1681) (#3015)
  • Loading branch information
hallieswan authored Feb 21, 2025
1 parent c1e1a61 commit c506775
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/agora/app/.env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
API_DOCS_URL="http://localhost:8000/api-docs"
APP_VERSION="4.0.0"
APP_VERSION="edge"
CSR_API_URL="http://localhost:8000/api/v1"
SSR_API_URL="http://agora-api:3333/v1"
ROLLBAR_TOKEN="e788198867474855a996485580b08d03"
TAG_NAME="agora/v4.0.0-rc1"
TAG_NAME="edge"
4 changes: 2 additions & 2 deletions apps/agora/app/src/config/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apiDocsUrl": "http://localhost:8000/api-docs",
"appVersion": "4.0.0",
"appVersion": "edge",
"csrApiUrl": "http://localhost:3333/v1",
"ssrApiUrl": "http://agora-api:3333/v1",
"tagName": "agora/v4.0.0-rc1"
"tagName": "edge"
}
2 changes: 1 addition & 1 deletion apps/agora/data/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ DB_HOST="agora-mongo" # must match mongo service name

# specifies data release manifest and team images folder
DATA_FILE="syn13363290"
DATA_VERSION="71"
DATA_VERSION="72"
TEAM_IMAGES_ID="syn12861877"
SYNAPSE_AUTH_TOKEN="agora-service-user-pat-here"

0 comments on commit c506775

Please sign in to comment.