Skip to content

Commit e9e6814

Browse files
committed
refactor: appsetings.yaml unified; docker cleanup
1 parent 3419a29 commit e9e6814

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appsettings.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# server environment configuration
22
uvicorn:
3-
host: 0.0.0.0
4-
port: 8000
5-
log_level: debug
6-
reload: true
3+
host: ${UvicornHost}
4+
port: ${UvicornPort}
5+
log_level: info
6+
reload: false
77
db_connection:
8-
postgres_user: postgres
9-
postgres_password: postgres
10-
postgres_server: localhost
11-
postgres_database: app
8+
postgres_user: ${PostgresUser}
9+
postgres_password: ${PostgresPassword}
10+
postgres_server: ${PostgresServer}
11+
postgres_database: ${PosgresDatabase}
1212
api_config:
13-
title: "Simple FastAPI Server"
14-
description: "API Documentation for Simple FastAPI Server"
13+
title: Simple FastAPI Server
14+
description: API Documentation for Simple FastAPI Server
1515
version: v1
1616
docs_url: /docs

0 commit comments

Comments
 (0)