mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02: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 |