enable ghost, enable paste, add stage k3s env
This commit is contained in:
13
ghost/.env
Normal file
13
ghost/.env
Normal file
@@ -0,0 +1,13 @@
|
||||
# ghost service
|
||||
database__client=mysql
|
||||
database__connection__host=ghost-mysql-1
|
||||
database__connection__user=ghost
|
||||
database__connection__password=ghost
|
||||
database__connection__database=ghost
|
||||
url=https://blog.rskio.com
|
||||
|
||||
# ghost mysql
|
||||
MYSQL_ROOT_PASSWORD=root
|
||||
MYSQL_DATABASE=ghost
|
||||
MYSQL_USER=ghost
|
||||
MYSQL_PASSWORD=ghost
|
||||
Reference in New Issue
Block a user