fusion-registration-hunter/.env.example
Rafael Lopes a94f49a3b0
Some checks are pending
Deploy corp01 / deploy (push) Waiting to run
Deploy corp05 / deploy (push) Waiting to run
Deploy corp06 / deploy (push) Waiting to run
Deploy corp07 / deploy (push) Waiting to run
Deploy corp02 / deploy (push) Successful in 1s
Deploy corp03 / deploy (push) Successful in 5s
Deploy corp04 / deploy (push) Successful in 2m1s
Initial commit
2026-04-06 16:18:06 -03:00

12 lines
185 B
Plaintext

# FreeSWITCH
FS_CLI_PATH=fs_cli
FS_PROFILE=internal
FS_CLI_TIMEOUT=10
# PostgreSQL / FusionPBX
DB_HOST=localhost
DB_PORT=5432
DB_NAME=fusionpbx
DB_USER=fusionpbx
DB_PASSWORD=CHANGE_ME