nicolas-arnaud
2 years ago
9 changed files with 59 additions and 32 deletions
@ -1,2 +1 @@ |
|||
srcs/.env |
|||
inception.pem |
|||
|
@ -0,0 +1,26 @@ |
|||
DOMAIN=narnaud.42.fr |
|||
#DOMAIN=localhost |
|||
|
|||
MYSQL_ROOT_PWD=mariadbword |
|||
|
|||
WP_DATABASE_NAME=wordpress |
|||
WP_DATABASE_USR=maria |
|||
WP_DATABASE_PWD=mariaword |
|||
GITEA_DATABASE_NAME=giteadb |
|||
GITEA_DATABASE_USR=gitea |
|||
GITEA_DATABASE_PWD=giteaword |
|||
|
|||
WP_TITLE=Inception |
|||
WP_ADMIN_USR=theboss |
|||
WP_ADMIN_PWD=thebossword |
|||
WP_ADMIN_EMAIL=nicolas.rr.arnaud@gmail.com |
|||
WP_USR=narnaud |
|||
WP_PWD=narnaudword |
|||
WP_EMAIL=narnaud@student.42nice.fr |
|||
|
|||
FTP_USR=ftpuser |
|||
FTP_PWD=ftpuserword |
|||
|
|||
GITEA_ADMIN_USR=theboss |
|||
GITEA_ADMIN_PWD=thebossword |
|||
GITEA_ADMIN_MAIL=nicolas.rr.arnaud@gamil.com |
Loading…
Reference in new issue