Voila je dois faire un chat irc web en python mais je ne sais pas comment passer de localhost(127.0.0.1) a mon adresse ip. pourriez vous me dire dans quel fichier je dois configuré sa ?

j'ai un fichier config


Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[global]
reactor=select
# reactor=kqueue
# reactor=epoll
proxy.enabled = 1
session.ping_interval = 40
session.ping_timeout = 30
# once the sockets are open, orbited will drop its privileges to this user.
user=orbited
 
[listen]
http://:8000
# uncomment to enable ssl on port 8043 using given .key and .crt files
#https://:8043
#
#[ssl]
#key=orbited.key
#crt=orbited.crt
 
[static]
 
[access]
localhost:9998 -> irc.freenode.net:6667
* -> localhost:4747
[logging]
debug=STDERR,debug.log
info=STDERR,info.log
access=STDERR,info.log
warn=STDERR,error.log
error=STDERR,error.log
 
#Don't enable debug by default
enabled.default=info,access,warn,error
 
# Turn debug on for the "Proxy" logger
[loggers]
#Proxy=debug,info,access,warn,error
ps:
J'utilise STOMP qui est avec morbidQ