Skip to content

Commit

Permalink
MAINT: Add helper script to quickly spin up server
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 12, 2022
1 parent f530247 commit 4068a73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .maint/start-server-local.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export MIGAS_REDIS_URI='redis://localhost'
export DATABASE_URL='postgres://localhost/migas'
export MIGAS_DEBUG=1

migas-server --reload

0 comments on commit 4068a73

Please sign in to comment.