Skip to content

Commit db1122d

Browse files
authored
Merge pull request #34 from import-ai/chore/compose
Sync submodules to latest, remove unused variable from compose
2 parents d62619a + 950bb80 commit db1122d

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

backend

compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ services:
2020
environment:
2121
OBB_WIZARD_BASE_URL: "http://wizard:8000"
2222

23-
OBB_DB_SYNC: ${OBB_DB_SYNC}
24-
OBB_DB_DATABASE: ${OBB_DB_DATABASE}
23+
OBB_DB_DATABASE: ${OBB_DB_DATABASE:-omnibox}
2524

2625
OBB_JWT_SECRET: ${OBB_JWT_SECRET}
2726
OBB_JWT_EXPIRE: ${OBB_JWT_EXPIRE:-2678400s}

example.env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
OB_WEB_PORT=8080
22

3-
OBB_DB_SYNC=true
4-
53
OBB_JWT_SECRET=your-secret-key
64
OBB_JWT_EXPIRE=2678400s
75

0 commit comments

Comments
 (0)