forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
22 lines (17 loc) · 1.44 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# __ __ _
# \ \ / / __ _ _ __ _ __ (_) _ __ __ _
# \ \ /\ / / / _` | | '__| | '_ \ | | | '_ \ / _` |
# \ V V / | (_| | | | | | | | | | | | | | | (_| |
# \_/\_/ \__,_| |_| |_| |_| |_| |_| |_| \__, |
# |___/
# ____ _ _ _ _ _ _ _
# | _ \ ___ _ __ ___ | |_ __| | ___ | |_ | |__ (_) ___ __ _ | |_ | |__ ___ _ __ ___ ___
# | | | | / _ \ | '_ \ / _ \ | __| / _` | / _ \ | __| | '_ \ | | / __| / _` | | __| | '_ \ / _ \ | '_ ` _ \ / _ \
# | |_| | | (_) | | | | | | (_) | | |_ | (_| | | (_) | | |_ | | | | | | \__ \ | (_| | | |_ | | | | | (_) | | | | | | | | __/
# |____/ \___/ |_| |_| \___/ \__| \__,_| \___/ \__| |_| |_| |_| |___/ \__,_| \__| |_| |_| \___/ |_| |_| |_| \___|
# This is a controlled app, where the objective is to everyone to run / test it.
# In a real application / scenario NEVER commit your .env file ;)
DB_DATABASE="crebito"
DB_USER="rinha"
DB_PASSWORD="R1nh@Cr3b1t0!"
DB_HOST="rinha-db"