Skip to content

Commit

Permalink
fix: fix wrong api_url
Browse files Browse the repository at this point in the history
  • Loading branch information
heumsi committed Jan 26, 2023
1 parent 0304bee commit 97bbe44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
config = pc.Config(
app_name="hollys",
port=os.getenv("PORT", "3000"),
api_url=os.getenv("API_URL", "192.168.1.1:8000"),
api_url=os.getenv("API_URL", "ws:localhost:8000"),
db_url=os.getenv("DB_URL", "sqlite:///pynecone.db"),
)

0 comments on commit 97bbe44

Please sign in to comment.