rename kal-el → superman; fix registry duplicates, use ENGRAM_DATA_DIR
- Renamed soul slot 20 from Kal-El to Superman (new seed, new slug) - Cleared stale duplicate entries that forge reinstall was appending - Updated all 20 engram_root_ids to reflect fresh reinstall - soul.el plist generator already fixed to emit ENGRAM_DATA_DIR
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ fn write_soul_plist(slug: String, port: String, db_path: String, subject: String
|
||||
" </array>\n" +
|
||||
" <key>EnvironmentVariables</key>\n" +
|
||||
" <dict>\n" +
|
||||
" <key>ENGRAM_DB_PATH</key><string>" + db_path + "</string>\n" +
|
||||
" <key>ENGRAM_DATA_DIR</key><string>" + db_path + "</string>\n" +
|
||||
" <key>ENGRAM_BIND</key><string>0.0.0.0:" + port + "</string>\n" +
|
||||
" <key>ENGRAM_API_KEY</key><string>" + soul_api_key + "</string>\n" +
|
||||
" <key>ENGRAM_PEER_NAME</key><string>" + str_escape_json(subject) + "</string>\n" +
|
||||
|
||||
Reference in New Issue
Block a user