summaryrefslogtreecommitdiff
path: root/bin/sync/database_auth.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sync/database_auth.sh')
-rwxr-xr-xbin/sync/database_auth.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/sync/database_auth.sh b/bin/sync/database_auth.sh
new file mode 100755
index 00000000..3317b4a1
--- /dev/null
+++ b/bin/sync/database_auth.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# ES: Reemplaza con las credenciales de acceso a Mysql y renombra este archivo como "database_auth.sh"
+# EN: Replace with Mysql DB access information and rename this file as "database_auth.sh"
+
+USER="reevo_web"
+PASS="yaco22"
+DOMAIN="reevo.wiki"
+VERSION="ALFA"