Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Add default values for host and port to .env.sample for discoverabili…
Browse files Browse the repository at this point in the history
…ty (#140)
  • Loading branch information
biafra23 authored Sep 11, 2020
1 parent a5008c5 commit 9c95193
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ SCHEME=http
ROCKET_SECRET_KEY=Qt6DPFUU8qO4BKTCQnKAgt9FBBJxIWAYUGyHuruVfpE=
ROCKET_LOG=normal
ROCKET_DATABASES={service_cache={url="redis://127.0.0.1:6379"}}
#ROCKET_PORT=8000
#ROCKET_ADDRESS=localhost
WEBHOOK_TOKEN=some_random_token
RUST_LOG=debug
RUST_LOG=debug

0 comments on commit 9c95193

Please sign in to comment.