Skip to content

Commit

Permalink
Merge pull request #7 from At-Heal/main
Browse files Browse the repository at this point in the history
Added .env.example with default values so people don't have to dig.
  • Loading branch information
ChecksumDev committed Jan 5, 2024
2 parents 8a40709 + 88a19c4 commit f8e6ad9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PUBLIC_URL=http://localhost:8080
BIND=localhost:8080
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ cd lumen
# Build the project
cargo build --release

# Configure .env
Rename .env.example to .env and change PUBLIC_URL if needed

# Run Lumen 🌄 (after you configured the .env file)
./target/release/lumen # or ./target/release/lumen.exe on Windows

Expand Down

0 comments on commit f8e6ad9

Please sign in to comment.