Skip to content

Commit

Permalink
modify host
Browse files Browse the repository at this point in the history
  • Loading branch information
compgeniuses committed Feb 4, 2024
1 parent 0db0241 commit 3aca5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/actions/configure-module/20configure
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ agent.write_envfile('database.env', db_config)
# Setup PHP with safe defaults
agent.set_env("PHP_ENABLE_OPCACHE", "1")
agent.set_env("PHP_MEMORY_LIMIT", "512M")
agent.set_env("N8N_HOST", n8n_URL)
agent.set_env("N8N_HOST", host)


# Make sure everything is saved inside the environment file
Expand Down

0 comments on commit 3aca5eb

Please sign in to comment.