diff --git a/conf/src/lib.rs b/conf/src/lib.rs
index 846a8d798a5e0e316479684bd034a3d5c8bfbb70..126b0171887b27cf928e7c7c43297031a6d8aa7d 100644
--- a/conf/src/lib.rs
+++ b/conf/src/lib.rs
@@ -171,6 +171,11 @@ impl GvaCommand {
                 .msg(format!("Path ? [{}]", conf.path))
                 .default(conf.path)
                 .get();
+            // playgroundPath
+            conf.path = input()
+                .msg(format!("playground path ? [{}]", conf.playground_path))
+                .default(conf.playground_path.clone())
+                .get();
             // subscriptionsPath
             conf.subscriptions_path = input()
                 .msg(format!(