updated ip

main
Nicolas Arenas 2025-03-26 16:26:56 +01:00
parent 283b836a07
commit c60c14ea97
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ configure_api(){
if ! grep -q "OGCORE_API_URL" $ENV_FILE; then if ! grep -q "OGCORE_API_URL" $ENV_FILE; then
echo "OGCORE_API_URL=$OGCORE_API_URL" >> $ENV_FILE echo "OGCORE_API_URL=$OGCORE_API_URL" >> $ENV_FILE
fi fi
if ! grep -q "OGCORE_OGLIVE_URL" $ENV_FILE; then if ! grep -q "OGBOOT_IP" $ENV_FILE; then
echo "OGCORE_OGLIVE_URL=$OGCORE_OGLIVE_URL" >> $ENV_FILE echo "OGBOOT_IP=$OGBOOT_IP" >> $ENV_FILE
fi fi
if ! grep -q "OGBOOT_PORT" $ENV_FILE; then if ! grep -q "OGBOOT_PORT" $ENV_FILE; then
echo "OGBOOT_PORT=$OGBOOT_PORT" >> $ENV_FILE echo "OGBOOT_PORT=$OGBOOT_PORT" >> $ENV_FILE