We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ab55a commit 44cecdeCopy full SHA for 44cecde
2 files changed
.env.example
@@ -5,7 +5,7 @@ APP_NAME=Elucidate
5
APP_ENV=DEVELOPMENT
6
7
#==============================NUXT SETTINGS
8
-BACKEND_URL="http://localhost:8081/api/
+BACKEND_URL="http://localhost:8081/api/"
9
10
#================================DATABASE
11
POSTGRES_DB=postgres
server/api/settings.py
@@ -14,7 +14,7 @@
14
15
16
runserver.default_addr = "0"
17
-runserver.default_port = "8000"
+runserver.default_port = "8081"
18
19
20
# Build paths inside the project like this: BASE_DIR / 'subdir'.
0 commit comments