summaryrefslogtreecommitdiff
path: root/pass.json.example
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-12-16 16:35:56 -0300
committerJesusaves <cpntb1@ymail.com>2020-12-16 16:35:56 -0300
commit5d42968008abc866899ba99d69ace7e7da25f133 (patch)
tree3dbb5c85c3ce09507071f981b47ba650c0379df3 /pass.json.example
parent8f7355053c3b4bb715ddc8220eb186fec3f3aa15 (diff)
downloadserver-5d42968008abc866899ba99d69ace7e7da25f133.tar.gz
server-5d42968008abc866899ba99d69ace7e7da25f133.tar.bz2
server-5d42968008abc866899ba99d69ace7e7da25f133.tar.xz
server-5d42968008abc866899ba99d69ace7e7da25f133.zip
pass.json may contain secrets, so make a .example out of it.
*I'm also sure that is not the right username/password/db for localhost anyway* *I still am not at SQL stage after all*
Diffstat (limited to 'pass.json.example')
-rw-r--r--pass.json.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/pass.json.example b/pass.json.example
new file mode 100644
index 0000000..e809df8
--- /dev/null
+++ b/pass.json.example
@@ -0,0 +1,11 @@
+{
+ "PORT": 61000,
+ "ENDPORT": 61001,
+ "ENDPASS": "password",
+ "HOST": "localhost",
+ "SQLUSER": "username",
+ "SQLPASS": "password",
+ "SQLDB": "database",
+ "TOKEN": "tk",
+ "SSL": true
+}