diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-22 10:02:11 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-02-22 10:02:11 +0100 |
commit | d1deba5b565dc8b40d40699c1b58ceb02743c72c (patch) | |
tree | 1bec925c4c3922fe814e2a6ab193ffad8f2c17cb /webadmin.example.ini | |
parent | Restricted windows crash dump generating code to 32-bit platforms only due to inline assembly (diff) | |
download | cuberite-d1deba5b565dc8b40d40699c1b58ceb02743c72c.tar cuberite-d1deba5b565dc8b40d40699c1b58ceb02743c72c.tar.gz cuberite-d1deba5b565dc8b40d40699c1b58ceb02743c72c.tar.bz2 cuberite-d1deba5b565dc8b40d40699c1b58ceb02743c72c.tar.lz cuberite-d1deba5b565dc8b40d40699c1b58ceb02743c72c.tar.xz cuberite-d1deba5b565dc8b40d40699c1b58ceb02743c72c.tar.zst cuberite-d1deba5b565dc8b40d40699c1b58ceb02743c72c.zip |
Diffstat (limited to '')
-rw-r--r-- | webadmin.example.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webadmin.example.ini b/webadmin.example.ini new file mode 100644 index 000000000..6ecbf7513 --- /dev/null +++ b/webadmin.example.ini @@ -0,0 +1,6 @@ +[WebAdmin]
+Enabled=1
+Port=8080
+
+[User:admin]
+Password=admin
\ No newline at end of file |