Skip to content

Commit

Permalink
test db
Browse files Browse the repository at this point in the history
  • Loading branch information
DarioGii committed Jan 2, 2025
1 parent 144ab60 commit 6a764f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ services:
timeout: 5s
retries: 10
volumes:
- ./stirling/latest/data:/var/lib/postgresql/data
- ./stirling/latest/data:/pgdata
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class DatabaseConfig {
@Autowired
public DatabaseConfig(ApplicationProperties applicationProperties, boolean runningEE) {
this.applicationProperties = applicationProperties;
this.runningEE = runningEE;
this.runningEE = true; // fixMe: change back
}

/**
Expand Down

0 comments on commit 6a764f9

Please sign in to comment.