Fast Phoenix has streamlined the setup process, so you can focus on what mattersβbuilding your application. π
Setup
Fast Phoenix includes an .env file to streamline your configuration for development. This file stores critical environment variables for services like Stripe, Mailgun, and project-specific constants.
Configure Development Environment Variables
Located in envs/ directory, You'll find an.env.dev file. These files contain predefined variables for development environments.
Open .env.dev and in a text editor, and replace the placeholder values with your own details. Here's what you'll need to customize:
Youβre all set! With the .env files configured, Fast Phoenix is ready to handle your environment-specific settings for development seamlessly.