Skip to content

Commit

Permalink
Add backend server ip
Browse files Browse the repository at this point in the history
  • Loading branch information
qjoly authored Nov 1, 2024
1 parent 002d2f1 commit a4f2537
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion micro-service/frontend/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,12 @@
<p>Pod:
<?php echo gethostname(); ?>
</p>
<p>Backend:
<?php echo getenv('COFFEE_SERVER_API'); ?>
</p>
</div>
</footer>
</center>
</body>

</html>
</html>

0 comments on commit a4f2537

Please sign in to comment.