Skip to content

Commit

Permalink
#790 remove auto reset of demo
Browse files Browse the repository at this point in the history
  • Loading branch information
janikEndtner committed Jul 23, 2024
1 parent d70bdbf commit 36a8b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-demo.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ logging.level.org.springframework=debug
spring.security.oauth2.resourceserver.opaquetoken.client-id=pitc_okr_demo

# flyway fill database with demo data
spring.flyway.locations=classpath:db/migration,classpath:db/data-migration-demo,classpath:db/callback
spring.flyway.locations=classpath:db/migration

# pit client customization
okr.tenants.pitc.clientcustomization.logo=assets/images/okr-logo.svg
Expand Down

0 comments on commit 36a8b33

Please sign in to comment.