mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 15:43:07 +00:00
Disable https
This commit is contained in:
parent
01cf0400ee
commit
34d631e5ff
@ -9,39 +9,47 @@ alias Explorer.Repo.ConfigHelper, as: ExplorerConfigHelper
|
||||
|
||||
port = ExplorerConfigHelper.get_port()
|
||||
|
||||
#config :block_scout_web, BlockScoutWeb.Endpoint,
|
||||
# secret_key_base:
|
||||
# System.get_env("SECRET_KEY_BASE") || "RMgI4C1HSkxsEjdhtGMfwAHfyT6CKWXOgzCboJflfSm4jeAlic52io05KB6mqzc5",
|
||||
# http: [
|
||||
# port: port
|
||||
# ],
|
||||
# url: [
|
||||
# scheme: "http",
|
||||
# host: System.get_env("BLOCKSCOUT_HOST", "localhost")
|
||||
# ],
|
||||
# https: [
|
||||
# port: port + 1,
|
||||
# cipher_suite: :strong,
|
||||
# certfile: System.get_env("CERTFILE") || "priv/cert/selfsigned.pem",
|
||||
# keyfile: System.get_env("KEYFILE") || "priv/cert/selfsigned_key.pem"
|
||||
# ]
|
||||
|
||||
#config :block_scout_web, BlockScoutWeb.HealthEndpoint,
|
||||
# secret_key_base:
|
||||
# System.get_env("SECRET_KEY_BASE") || "RMgI4C1HSkxsEjdhtGMfwAHfyT6CKWXOgzCboJflfSm4jeAlic52io05KB6mqzc5",
|
||||
# http: [
|
||||
# port: port
|
||||
# ],
|
||||
# url: [
|
||||
# scheme: "http",
|
||||
# host: System.get_env("BLOCKSCOUT_HOST", "localhost")
|
||||
# ],
|
||||
# https: [
|
||||
# port: port + 1,
|
||||
# cipher_suite: :strong,
|
||||
# certfile: System.get_env("CERTFILE") || "priv/cert/selfsigned.pem",
|
||||
# keyfile: System.get_env("KEYFILE") || "priv/cert/selfsigned_key.pem"
|
||||
# ]
|
||||
|
||||
config :block_scout_web, BlockScoutWeb.Endpoint,
|
||||
secret_key_base:
|
||||
System.get_env("SECRET_KEY_BASE") || "RMgI4C1HSkxsEjdhtGMfwAHfyT6CKWXOgzCboJflfSm4jeAlic52io05KB6mqzc5",
|
||||
http: [
|
||||
port: port
|
||||
],
|
||||
url: [
|
||||
scheme: "http",
|
||||
host: System.get_env("BLOCKSCOUT_HOST", "localhost")
|
||||
],
|
||||
https: [
|
||||
port: port + 1,
|
||||
cipher_suite: :strong,
|
||||
certfile: System.get_env("CERTFILE") || "priv/cert/selfsigned.pem",
|
||||
keyfile: System.get_env("KEYFILE") || "priv/cert/selfsigned_key.pem"
|
||||
]
|
||||
http: [port: port],
|
||||
https: false
|
||||
|
||||
config :block_scout_web, BlockScoutWeb.HealthEndpoint,
|
||||
secret_key_base:
|
||||
System.get_env("SECRET_KEY_BASE") || "RMgI4C1HSkxsEjdhtGMfwAHfyT6CKWXOgzCboJflfSm4jeAlic52io05KB6mqzc5",
|
||||
http: [
|
||||
port: port
|
||||
],
|
||||
url: [
|
||||
scheme: "http",
|
||||
host: System.get_env("BLOCKSCOUT_HOST", "localhost")
|
||||
],
|
||||
https: [
|
||||
port: port + 1,
|
||||
cipher_suite: :strong,
|
||||
certfile: System.get_env("CERTFILE") || "priv/cert/selfsigned.pem",
|
||||
keyfile: System.get_env("KEYFILE") || "priv/cert/selfsigned_key.pem"
|
||||
]
|
||||
http: [port: port],
|
||||
https: false
|
||||
|
||||
########################
|
||||
### Ethereum JSONRPC ###
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user