Skip to content

Commit b8bf9f6

Browse files
authored
📄 Create .env.sample
1 parent 7093cc4 commit b8bf9f6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎.env.sample

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
SERVER_HOST="http://localhost"
2+
BACKEND_CORS_ORIGINS=["http://localhost:5000","http://localhost:3000","http://localhost:8080"]
3+
SERVER_PORT=80
4+
SERVER_RELOAD=True
5+
SERVER_LOG_LEVEL="info"
6+
SERVER_DESCRIPTION="Development environment"
7+
SERVER_URL="http://localhost"
8+
9+
# Postgres
10+
POSTGRES_SCHEME="postgresql+psycopg"
11+
POSTGRES_SERVER="localhost"
12+
POSTGRES_USER="postgres"
13+
POSTGRES_PASSWORD="Password1.-"
14+
POSTGRES_DB="postgres"
15+
POSTGRES_PORT=5432
16+
17+
# OpenAPI Metadata
18+
CONTACT_NAME="Juan Pablo Cadena Aguilar"
19+
CONTACT_URL="https://www.github.com/jpcadena"
20+
CONTACT_EMAIL="[email protected]"

0 commit comments

Comments
 (0)