Skip to content

Commit

Permalink
feat(fly): sqlite and keyvalue paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Apr 28, 2024
1 parent bb1ba5e commit 2780faa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ primary_region = 'waw'
TEMPORAL_SERVER_HOST = 'server.process.zdravko.internal:7233'

TEMPORAL_DATABASE_PATH = '/data/temporal-9.db'
DATABASE_PATH = '/data/zdravko-9.db'
SQLITE_DATABASE_PATH = '/data/zdravko-9.db'
KEYVALUE_DATABASE_PATH = '/data/zdravko_kv.db'

[processes]
server = '--temporal --server'
Expand Down

0 comments on commit 2780faa

Please sign in to comment.