Closed ERnsTL closed 6 years ago
When starting the proxy using bin/ataxia-proxy & it says, missing data/proxy.toml, which is true - it is not present in the ataxia git repository, only the sister configuration file data/ataxia.toml.
bin/ataxia-proxy &
missing data/proxy.toml
data/ataxia.toml
Please add it to the git repository.
I have just pushed a new commit which should fix this. Now both the engine and proxy are reading from a single configuration file (data/ataxia.toml).
When starting the proxy using
bin/ataxia-proxy &
it says,missing data/proxy.toml
, which is true - it is not present in the ataxia git repository, only the sister configuration filedata/ataxia.toml
.Please add it to the git repository.