Adrià Vilanova MartÃnez | 2d0ec8d | 2022-01-20 18:45:52 +0100 | [diff] [blame^] | 1 | # Copy this file to .env and change all the values. |
| 2 | |
| 3 | # Router address |
| 4 | SIPREVERTER_HGU_ENDPOINT=http://192.168.1.1 |
| 5 | # Router password |
| 6 | SIPREVERTER_HGU_PASSWORD=change_me |
| 7 | |
| 8 | # The following options are the ones which the program should overwrite when |
| 9 | # they are changed. |
| 10 | |
| 11 | # Outbound proxy address |
| 12 | SIPREVERTER_CONF_ADDRESS=change_me |
| 13 | # Outbound proxy port |
| 14 | SIPREVERTER_CONF_PORT=change_me |
| 15 | # SIP server interface |
| 16 | SIPREVERTER_CONF_INTERFACE=change_me |