Add env (#18)
All checks were successful
Rust Build / Clippy (push) Successful in 27s
Release Tagging / release (push) Successful in 28s
Rust Build / Check (push) Successful in 26s
Rust Build / Check (pull_request) Successful in 26s
Rust Build / Test Suite (push) Successful in 27s
Rust Build / Rustfmt (push) Successful in 23s
Rust Build / build (push) Successful in 28s
Rust Build / Test Suite (pull_request) Successful in 27s
Rust Build / Rustfmt (pull_request) Successful in 23s
Rust Build / Clippy (pull_request) Successful in 26s
Rust Build / build (pull_request) Successful in 27s

Reviewed-on: #18
Co-authored-by: kdeng00 <kundeng00@pm.me>
Co-committed-by: kdeng00 <kundeng00@pm.me>
This commit is contained in:
2025-06-03 00:31:45 +00:00
committed by phoenix
parent ce1d522814
commit 817ea9fed2
3 changed files with 5 additions and 0 deletions

2
.env.docker.sample Normal file
View File

@@ -0,0 +1,2 @@
ROOT_DIRECTORY=/home/songparser/mydata
ICARUS_BASE_API_URL=http://localhost:3000

2
.env.sample Normal file
View File

@@ -0,0 +1,2 @@
ROOT_DIRECTORY=/home/songparser/mydata
ICARUS_BASE_API_URL=http://localhost:3000

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/target
.env