Skip to content
Snippets Groups Projects

Digital twin

Merged Anze Skulj requested to merge digital_twin into main
3 files
+ 36
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
3
@@ -60,10 +60,12 @@ if config_env() == :prod do
# Set it to {0, 0, 0, 0, 0, 0, 0, 1} for local network only access.
# See the documentation on https://hexdocs.pm/bandit/Bandit.html#t:options/0
# for details about using IPv6 vs IPv4 and loopback vs public addresses.
ip: {0, 0, 0, 0, 0, 0, 0, 0},
port: port
ip: {0, 0, 0, 0},
port: port,
],
secret_key_base: secret_key_base
secret_key_base: secret_key_base,
server: true,
check_origin: false
# ## SSL Support
#
Loading