Skip to content

Commit 8415a54

Browse files
Merge pull request #153 from codersforcauses/i152-hotfix_revert_default_django_port_and_fix_env_example
[HOTFIX] I152 change django port to 8081 and fix .env.example
2 parents 65ab55a + 44cecde commit 8415a54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ APP_NAME=Elucidate
55
APP_ENV=DEVELOPMENT
66

77
#==============================NUXT SETTINGS
8-
BACKEND_URL="http://localhost:8081/api/
8+
BACKEND_URL="http://localhost:8081/api/"
99

1010
#================================DATABASE
1111
POSTGRES_DB=postgres

server/api/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
runserver.default_addr = "0"
17-
runserver.default_port = "8000"
17+
runserver.default_port = "8081"
1818

1919

2020
# Build paths inside the project like this: BASE_DIR / 'subdir'.

0 commit comments

Comments
 (0)