diff --git a/src/main/java/io/ebean/config/ServerConfig.java b/src/main/java/io/ebean/config/ServerConfig.java index 1abf7bb56..a4b6a5371 100644 --- a/src/main/java/io/ebean/config/ServerConfig.java +++ b/src/main/java/io/ebean/config/ServerConfig.java @@ -366,9 +366,10 @@ public class ServerConfig { private UuidVersion uuidVersion = UuidVersion.VERSION4; /** - * The UUID state file (for Version 1 UUIDs). + * The UUID state file (for Version 1 UUIDs). By default, the file is created in + * ${HOME}/.ebean/${servername}-uuid.state */ - private String uuidStateFile = "ebean-uuid.state"; + private String uuidStateFile; /** * The clock used for setting the timestamps (e.g. @UpdatedTimestamp) on objects.