|
@@ -92,7 +92,7 @@ jobs:
|
|
|
- 3307:3306
|
|
|
env:
|
|
|
MYSQL_ROOT_PASSWORD: root
|
|
|
- MYSQL_DATABASE: standardnotes_${{ matrix.cache_type }}}
|
|
|
+ MYSQL_DATABASE: standardnotes_${{ matrix.cache_type }}
|
|
|
MYSQL_USER: standardnotes
|
|
|
MYSQL_PASSWORD: standardnotes
|
|
|
|
|
@@ -126,7 +126,7 @@ jobs:
|
|
|
echo "REVISIONS_FREQUENCY=5" >> packages/home-server/.env
|
|
|
echo "DB_HOST=localhost" >> packages/home-server/.env
|
|
|
echo "DB_PORT=3307" >> packages/home-server/.env
|
|
|
- echo "DB_DATABASE=standardnotes_${{ matrix.cache_type }}}" >> packages/home-server/.env
|
|
|
+ echo "DB_DATABASE=standardnotes_${{ matrix.cache_type }}" >> packages/home-server/.env
|
|
|
echo "DB_SQLITE_DATABASE_PATH=sqlite_${{ matrix.cache_type }}.db" >> packages/home-server/.env
|
|
|
echo "DB_USERNAME=standardnotes" >> packages/home-server/.env
|
|
|
echo "DB_PASSWORD=standardnotes" >> packages/home-server/.env
|