mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
5 lines
223 B
Bash
5 lines
223 B
Bash
# This script replcaes BILLING_ENABLED in config.env to true
|
|
# This is used to enable billing for the tests
|
|
|
|
# Replace BILLING_ENABLED in config.env to true
|
|
sed -i 's/BILLING_ENABLED=false/BILLING_ENABLED=true/g' config.env |