diff --git a/backend/configuration.yml b/backend/configuration.yml index f6f2ad8..f2b2d14 100644 --- a/backend/configuration.yml +++ b/backend/configuration.yml @@ -8,13 +8,13 @@ database: # any properties specific to your JDBC driver: properties: foreign_keys: true - hibernate.hbm2ddl.auto: create + hibernate.hbm2ddl.auto: update server: rootPath: /api/ requestLog: appenders: - - type: console - queueSize: 2048 + - type: console + queueSize: 2048 adminPassword: "testPassword"