Skip to content

Commit

Permalink
Update server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejagg committed Aug 13, 2023
1 parent 6a372d7 commit d13bf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweepai/config/server.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

PREFIX = 'dev2'
PREFIX = 'prod'

print(f"Using prefix: {PREFIX}")
ENV = PREFIX
Expand Down

0 comments on commit d13bf00

Please sign in to comment.