Skip to content

Commit

Permalink
move appsettings.example.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-doobu committed Nov 22, 2024
1 parent 1e7ff7a commit 2d6b56e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ private static void ResetGenesisBlock()
[MenuItem("Tools/Headless/Setup headless config")]
private static void SetupAppsettingsJson()
{
var appsettings = File.ReadAllText(Path.Combine("Assets", "Planetarium",
"Nekoyume", "Editor", "appsettings.example.json"));
var appsettings = File.ReadAllText(Path.Combine("Assets", "_ScriptsEditor", "appsettings.example.json"));
Debug.Log($"{appsettings.Length} text read from appsettings.");
if (string.IsNullOrEmpty(_headlessPath))
{
Expand Down

0 comments on commit 2d6b56e

Please sign in to comment.