mirror of
https://ghproxy.net/https://github.com/aspirepress/AspireSync.git
synced 2025-10-04 22:39:55 +08:00
* feat: switch to symfony/skeleton 7.2 * chore: move AspirePress\AspireSync -> App * refactor: rm styled output which is redundant with monolog * docs: update README for bin/console * refactor: rename commands to all use sync: prefix * chore: rm bin/aspiresync * feat: add SyncAsset and SyncResource entities * chore: add doctrine-migrations-bindle * feat: add migration * feat: new docker-compose stack * chore: switch to postgres backend
6 lines
215 B
Text
6 lines
215 B
Text
# define your env variables for the test env here
|
|
KERNEL_CLASS='App\Kernel'
|
|
APP_SECRET='$ecretf0rt3st'
|
|
SYMFONY_DEPRECATIONS_HELPER=999999
|
|
PANTHER_APP_ENV=panther
|
|
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots
|