Env configuration

Configuring the development environment for Balance.

After cloning the project, you need to create a file .env based on the file .env.example that is already present in the project.

The configuration file is already configured in a working way, the only thing that must be done is enter the keys and passwords of the various services used by Balance such as Pusher, DigitalOcean Spaces (or S3) and ElasticMail.

If you cannot use these services on which Balance is configured, you will need to modify the .env to only use it locally.

Last updated