Change IP #22
-
I have a request, how do I change (127.0.0.1 localhost) to an IP address |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
Hi rzivny, you can use the CISO_URL environment variable, as explained in the readme. |
Beta Was this translation helpful? Give feedback.
-
Hi rzivny, indeed this is not sufficient. I have pushed a fix for the name of the environment variable CISO_URL, so first update your repo. Then you can type, assuming you want to server 10.1.2.3 on port 8000: |
Beta Was this translation helpful? Give feedback.
-
Hi Eric, excellent, I confirm - it works without problems. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
-
BAGAIMANA MERUBAH ALAMAT IP . HINGA MASUK KE SITUS YANG MEMILIK IP PRIBADI |
Beta Was this translation helpful? Give feedback.
-
Hi @ALFAT33, with CISO Assistant 0.9.6 you have to set:
|
Beta Was this translation helpful? Give feedback.
Hi rzivny, indeed this is not sufficient. I have pushed a fix for the name of the environment variable CISO_URL, so first update your repo. Then you can type, assuming you want to server 10.1.2.3 on port 8000:
CISO_URL=http://10.1.2.3:8000 python manage.py runserver 10.1.2.3:8000
Obviously this is for test only, a production environment should use https.