Skip to content

Commit 26f401f

Browse files
committedAug 25, 2023
updates
1 parent 16f004f commit 26f401f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎README.md

-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<<<<<<< HEAD
2-
# FastAPI Example App
3-
=======
41
# FastAPI Signoz App
5-
>>>>>>> 27d48b6350ca79e72297d38c3fb5a44b7f5f73af
62

73
![fastapi-0.92.0-informational](https://img.shields.io/badge/fastapi-0.92.0-informational) [![CodeQL](https://github.com/KenMwaura1/Fast-Api-example/actions/workflows/codeql.yml/badge.svg)](https://github.com/KenMwaura1/Fast-Api-example/actions/workflows/codeql.yml)
84
[![Docker Compose Actions Workflow](https://github.com/KenMwaura1/Fast-Api-example/actions/workflows/docker-image.yml/badge.svg)](https://github.com/KenMwaura1/Fast-Api-example/actions/workflows/docker-image.yml)

‎src/app/.env-example

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Database Url
2+
13
DATABASE_URL = postgresql://hello_fastapi:hello_fastapi@localhost/hello_fastapi_dev

0 commit comments

Comments
 (0)
Please sign in to comment.