-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
31 lines (29 loc) · 698 Bytes
/
.env
File metadata and controls
31 lines (29 loc) · 698 Bytes
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
DOMAIN_NAME=rimney.42.fr
# mysql setup
# MYSQL_ROOT_PASSWORD=Ak4321@@
# MYSQL_USER=rimney
# MYSQL_PASSWORD=Ak4321@@
# MYSQL_DATABASE=wordpress
# WP_DB_NAME=wordpress
# WP_DB_USER=rimney
# WP_DB_PASSWORD=Ak4321@@
# WP_TITLE=inception
# WP_ADMIN_USER=rimney
# WP_ADMIN_PASSWORD=Ak4321@@
# WP_ADMIN_EMAIL=rimney@student.1337.ma
# WP_USER=rimney
# WP_PASSWORD=Ak4321@@
# WP_EMAIL=rimney@student.1337.ma
# WP_FILE_ONINSTALL=wp_install_done
DOMAIN_NAME=localhost
MYSQL_HOSTNAME=mariadb
WP_USER=rimney1
WP_ADMIN_USER=rimney42
WP_ADMIN_PW=1234
WP_ADMIN_EMAIL=rimney13@gmail.com
WP_EMAIL=rimney13@gmail.com
WP_PW=1234
MYSQL_DATABASE=wordpress
MYSQL_USER=rimney
MYSQL_PASSWORD=1234
MYSQL_ROOT_PASSWORD=1234