Skip to content

Commit

Permalink
Merge pull request #40 from traP-jp/feat/#39-add-env-dev
Browse files Browse the repository at this point in the history
Feat/#39 add env dev
  • Loading branch information
comavius authored Oct 1, 2024
2 parents be00175 + 22d3632 commit 04db542
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export TRAO_DOCS_API_VERSION="1.0.0"
export BACKEND_TO_JUDGE_API="https://raw.githubusercontent.com/traP-jp/traO-Judge-docs/refs/tags/${TRAO_DOCS_API_VERSION}/api/backend/to_judge.yaml"
export JUDGE_TO_BACKEND_API="https://raw.githubusercontent.com/traP-jp/traO-Judge-docs/refs/tags/${TRAO_DOCS_API_VERSION}/api/judge/to_backend.yaml"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ Cargo.lock

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# .env
.env

0 comments on commit 04db542

Please sign in to comment.