From 0654933431540d629c7ddbf05e58aa6b65f57b6b Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 2 Jun 2025 20:24:02 -0400 Subject: [PATCH] Populated sample env files --- .env.docker.sample | 2 ++ .env.sample | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.env.docker.sample b/.env.docker.sample index e69de29..be6a3d3 100644 --- a/.env.docker.sample +++ b/.env.docker.sample @@ -0,0 +1,2 @@ +ROOT_DIRECTORY=/home/songparser/mydata +ICARUS_BASE_API_URL=http://localhost:3000 diff --git a/.env.sample b/.env.sample index e69de29..be6a3d3 100644 --- a/.env.sample +++ b/.env.sample @@ -0,0 +1,2 @@ +ROOT_DIRECTORY=/home/songparser/mydata +ICARUS_BASE_API_URL=http://localhost:3000