Newer
Older
activity-manager / .env
@Kilian Riou Kilian Riou on 4 Feb 2021 222 bytes Working base
### Symfony Configuration
APP_ENV=prod

### General Configuration
WEBSITE_BASE_URL='http://localhost/activity/' #Base URL of the website (end with a slash)
DATABASE_URL='mysql://db_user:db_password@127.0.0.1:3306/db_name'