forked from rysolv/rysolv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.sample
50 lines (43 loc) · 1.29 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#========================================================================
# ____ _ ____ ___ _
# | _ \ ___ ___| |_ __ _ _ __ ___/ ___| / _ \| |
# | |_) / _ \/ __| __/ _` | '__/ _ \___ \| | | | |
# | __/ (_) \__ \ || (_| | | | __/___) | |_| | |___
# |_| \___/|___/\__\__, |_| \___|____/ \__\_\_____|
# |___/
# --------------------------------------------------
# Local Configuration
#
DB_USER_LOCAL=user
DB_PASSWORD_LOCAL=password
DB_PORT_LOCAL=5432
DB_HOST_LOCAL=localhost
DB_NAME_LOCAL=rysolv
# --------------------------------------------------
# Development Server Configuration
#
DB_USER_DEV=user
DB_PASSWORD_DEV=password
DB_PORT_DEV=5432
DB_HOST_DEV=localhost
DB_NAME_DEV=rysolv
# --------------------------------------------------
# Production Server Configuration
#
DB_USER=user
DB_PASSWORD=password
DB_PORT=5432
DB_HOST=localhost
DB_NAME=rysolv
#========================================================================
# ____ _ _
# / ___|| |_ _ __(_)_ __ ___
# \___ \| __| '__| | '_ \ / _ \
# ___) | |_| | | | |_) | __/
# |____/ \__|_| |_| .__/ \___|
# |_|
# --------------------------------------------------
STRIPE_SECRET_KEY=xxx
STRIPE_PUBLISHABLE_KEY=xxx
STRIPE_SECRET_KEY_TEST=xxx
STRIPE_PUBLISHABLE_KEY_TEST=xxx