Skip to content

Commit 0c5d2d8

Browse files
authored
Merge pull request #12 from ndrean/main
test other toml settings
2 parents 6310384 + 0fe12ea commit 0c5d2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fly.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ kill_signal = 'SIGTERM'
1010
[build]
1111

1212
[env]
13-
DATABASE_PATH = '/mnt/db/airports.db'
13+
DATABASE_PATH = '/db/db/airports.db'
1414
PHX_HOST = 'solidyjs-lively-pine-4375.fly.dev'
1515
PORT = '8080'
1616
MIX_ENV = 'prod'
1717

1818
[[mounts]]
1919
source = 'db'
20-
destination = '/mnt/db'
20+
destination = '/db'
2121
auto_extend_size_threshold = 80
2222
auto_extend_size_increment = '1GB'
2323
auto_extend_size_limit = '10GB'

0 commit comments

Comments
 (0)