Skip to content

Commit

Permalink
Add TODOs based on red0ne's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Dec 5, 2024
1 parent d771e08 commit 0a3d78d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/installer/full-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ install_dependencies() {
print_color $GREEN "Dependencies installed successfully."
}

# TODO_TECHDEBT(@okdas): Use `.poktrollrc` across the board to create a clean
# separation of concerns for pocket specific configurations and debugging.
# Function to set up environment variables
setup_env_vars() {
print_color $YELLOW "Setting up environment variables..."
Expand Down Expand Up @@ -277,6 +279,8 @@ EOF
fi
}

# TODO_IMPROVE(@okdas): Use the fields from `setup_env_vars` to maintain a single source of truth
# for the values. Specifically, everything starting with `Environment=` is duplicated in the env var helper.
# Function to set up systemd service
setup_systemd() {
print_color $YELLOW "Setting up systemd service..."
Expand Down

0 comments on commit 0a3d78d

Please sign in to comment.