Skip to content

5. Customization Guide

Max Geller edited this page Oct 5, 2024 · 2 revisions

Customization Guide

Overview

This project is designed to be customized to the needs a variety of different projects requiring multi-tenancy, and is designed to be a starting point for development. The project is built using Angular 18, with a focus on providing a scalable and maintainable foundation for development.

The project is designed to be customized by modifying the following files:

  • src/environments/environment.ts - This file contains the environment variables for the development environment. This is where you can modify the Supabase project URL, and other environment variables.
  • src/environments/environment.prod.ts - This file contains the environment variables for the production environment. This is where you can modify the Supabase project URL, and other environment variables.
  • src/environments/environment.staging.ts - This file contains the environment variables for the staging environment. This is where you can modify the Supabase project URL, and other environment variables.
Clone this wiki locally