removed the now-defunct config.toml file

This commit is contained in:
Eric S. Londres 2022-12-01 22:53:29 -05:00
parent 82c52f21bf
commit 7261cf6e72
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
2 changed files with 1 additions and 12 deletions

View File

@ -1,11 +0,0 @@
## defaults are listed but commented out.
# gemini_port = 1965
# spartan_port = 3000
root_dir = "public" # directory to serve files from. defaults to the absolute path of . if unset
# single_file_mode = false
# keyfile = "server.key"
# certfile = "server.crt"
# follow_symlinks = false
# allow_updir = false
# allow_secrets = false
# path_seperator = "/"

View File

@ -4,7 +4,7 @@ defmodule Egalaxyd.MixProject do
def project do
[
app: :egalaxyd,
version: "0.6.0",
version: "0.6.1",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),