Skip to content

Commit

Permalink
Make AcceptXMR-Server configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
busyboredom committed Oct 14, 2023
1 parent 4f63315 commit 21a64e6
Show file tree
Hide file tree
Showing 44 changed files with 3,230 additions and 1,450 deletions.
5 changes: 5 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# This is an example .env file. You should replace these values with your own,
# or set these environment variable some other way.

PRIVATE_VIEWKEY=ad2093a5705b9f33e6f0f0c1bc1f5f639c756cdfc168c8f2ac6127ccbdab3a03
INTERNAL_API_TOKEN=supersecrettoken
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
matrix:
rust: [
1.68.0,
1.70.0,
nightly
]

Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
rust: [
1.68.0,
1.70.0,
nightly
]

Expand Down
Loading

0 comments on commit 21a64e6

Please sign in to comment.