From f2f734194c03dfff2024cf417c502515ddb7a855 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 21 May 2022 22:38:52 +0100 Subject: Added running as an API --- API/api.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 API/api.conf (limited to 'API/api.conf') diff --git a/API/api.conf b/API/api.conf new file mode 100644 index 0000000..b8143f3 --- /dev/null +++ b/API/api.conf @@ -0,0 +1,13 @@ +[production] +port = 6970 +host = 0.0.0.0 + +[testing] +port = 5002 +host = 0.0.0.0 + +[mysql] +host = vps.eda.gay +port = 3307 +user = root +passwd = ********** \ No newline at end of file -- cgit v1.2.3