diff options
Diffstat (limited to 'API/api.conf')
-rw-r--r-- | API/api.conf | 13 |
1 files changed, 13 insertions, 0 deletions
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 |