Skip to content

Commit

Permalink
fix USE_FILE_DB in prod
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <dev@championswimmer.in>
  • Loading branch information
championswimmer committed Aug 9, 2024
1 parent eea3b98 commit f2cefb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onepixel.production.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ADMIN_SITE_HOST=onepixel.link
MAIN_SITE_HOST=1px.li
DB_DIALECT=postgres
EVENTDB_DIALECT=clickhouse
EVENTDB_DIALECT=clickhouse
USE_FILE_DB=false

0 comments on commit f2cefb5

Please sign in to comment.