Skip to content

Commit d0f9c34

Browse files
committed
feat: emit initializing the n8n encryption key when the n8n-db does not exist
1 parent de6f2ba commit d0f9c34

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

imageroot/actions/configure-module/20configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ if not os.path.exists("n8n-db.env"):
3030
db = agent.read_envfile("database.env")
3131
random_key = secrets.token_hex(16)
3232
n8n_config = {
33-
"N8N_ENCRYPTION_KEY": os.getenv("N8N_ENCRYPTION_KEY", random_key),
3433
"DB_TYPE": "postgresdb",
3534
"DB_POSTGRESDB_HOST": "n8n-pgsql",
3635
"DB_POSTGRESDB_PORT": "5432",

0 commit comments

Comments
 (0)