Skip to content

Commit 1a0d77c

Browse files
committed
chore: add .env example
1 parent 755bf33 commit 1a0d77c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.env.example

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Host Config
2+
HOST='0.0.0.0'
3+
PORT=3000
4+
ENV='development'
5+
DEBUG=True
6+
7+
# Database Config
8+
SQLALCHEMY_DATABASE_URI_DEV='mysql://username:password@address/database_name'
9+
SQLALCHEMY_TRACK_MODIFICATIONS=False
10+
11+
# Auth Config
12+
JWT_SECRET_KEY='some_jwt_secret_key'
13+
14+
# Routes Config
15+
ROUTE_ADMIN_REGISTRATION=True

0 commit comments

Comments
 (0)