Arkshop

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

tastidk

Well-known member
Joined
Apr 16, 2019
Messages
4
My config isn't working for some reason. Can you point me in the right direction?`or maybe link me a config that would work with the same results.
 
look at the newer shop config, you're missing the mysql section. it needs to be there even if you don't plan on using mysql :)
 
Server starts etc, BUT there is nothing listed in kits or shop. So didn't work.
 
Put this one on the Top at first

{
"Mysql":{
"UseMysql":false,
"MysqlHost":"localhost",
"MysqlUser":"apitest",
"MysqlPass":"12345",
"MysqlDB":"apitest"
 
Back
Top