mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Change .env file to the actual container envvars
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
# MySQL database root password
|
||||
db_password=SUPERSEKRETOMYGOD
|
||||
# MySQL database name
|
||||
db_name=virgo
|
||||
MYSQL_ROOT_PASSWORD=SUPERSEKRETOMYGOD
|
||||
# MySQL login username
|
||||
dbuser_username=sillyusername
|
||||
MYSQL_USERNAME=sillyusername
|
||||
# MySQL login password
|
||||
dbuser_password=somekindofpassword
|
||||
MYSQL_PASSWORD=somekindofpassword
|
||||
|
||||
Reference in New Issue
Block a user