mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
6 lines
146 B
Bash
6 lines
146 B
Bash
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
dotenv config/env/development.env
|
|
dotenv_if_exists config/env/local.env
|
|
dotenv_if_exists .env.local
|