summaryrefslogtreecommitdiff
path: root/bin/sync/database_auth.sh
blob: 3317b4a1a5d9cfd865f2608f8d9a2d36b6cf3fd0 (plain)
1
2
3
4
5
6
7
8
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"