Skip to content

Commit f3f1b92

Browse files
authored
feat: add FRONTEND_URL to .env.template for configuration (#58)
1 parent 5fdbd5c commit f3f1b92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.env.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ APP_PORT=8000
66

77
# API Configuration
88
API_WORKERS=4
9+
FRONTEND_URL=your_frontend_url
910

1011
# Database Configuration
1112
POSTGRES_USER=admin

0 commit comments

Comments
 (0)