automated terminal push
This commit is contained in:
51
.env
Normal file
51
.env
Normal file
@@ -0,0 +1,51 @@
|
||||
# .env
|
||||
|
||||
# GitLab root credentials
|
||||
|
||||
GITLAB_ROOT_EMAIL=jacques@jacquesingram.online
|
||||
|
||||
GITLAB_ROOT_PASSWORD=Abcd@0123456789
|
||||
|
||||
# GitLab proxy settings
|
||||
|
||||
GITLAB_VIRTUAL_PORT=80
|
||||
|
||||
GITLAB_VIRTUAL_HOST=gitlab.jacquesingram.online
|
||||
|
||||
GITLAB_LETSENCRYPT_HOST=gitlab.jacquesingram.online
|
||||
|
||||
# Xochi Database Credentials
|
||||
|
||||
XOCHI_DB_ROOT_PASSWORD=J@cques011
|
||||
|
||||
XOCHI_DB_DATABASE=hello_world_wordpress
|
||||
|
||||
XOCHI_DB_USER=hello_world_wordpress
|
||||
|
||||
XOCHI_DB_PASSWORD=hello_world_wordpress
|
||||
|
||||
# WordPress Front-end
|
||||
|
||||
WP_DB_HOST=wordpress-database:3306
|
||||
|
||||
WP_DB_USER=wordpress
|
||||
|
||||
WP_DB_PASSWORD=lenape
|
||||
|
||||
WP_DB_NAME=lenape
|
||||
|
||||
# Database Online Server
|
||||
|
||||
DB_OS_ROOT_PASSWORD=lenape
|
||||
|
||||
DB_OS_DATABASE=sandbox
|
||||
|
||||
DB_OS_USER=lenape
|
||||
|
||||
DB_OS_PASSWORD=lenape
|
||||
|
||||
# Database Browser
|
||||
|
||||
DB_BROWSER_ROOT_PASSWORD=lenape
|
||||
|
||||
|
Reference in New Issue
Block a user