chore: initial project scaffolding with fastapi, docker and modular
structure
This commit is contained in:
7
.env_example
Normal file
7
.env_example
Normal file
@@ -0,0 +1,7 @@
|
||||
PROJECT_NAME="Playtomic Wrapper"
|
||||
VERSION="1.0.0"
|
||||
API_V1_STR="/api/v1"
|
||||
|
||||
PLAYTOMIC_EMAIL="tua@email.it"
|
||||
PLAYTOMIC_PASSWORD="la_tua_password"
|
||||
PLAYTOMIC_API_URL="https://api.playtomic.io"
|
||||
Reference in New Issue
Block a user