Skip to content

Commit 5c78ccc

Browse files
committed
feature #86 refactor services to be private and build configuration at build time (IonBazan, weaverryan)
This PR was merged into the master branch. Discussion ---------- refactor services to be private and build configuration at build time Commits ------- 8c23e0c adding missing new milestone subscriber bc019e6 bumping deps a33e0f9 fixing test and psalm 9595770 remove github.yml e0eaa6a refactor services to be private and build configuration at build time
2 parents f6e757a + 8c23e0c commit 5c78ccc

19 files changed

+319
-467
lines changed

.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ APP_SECRET=5dd8ffca252d95e8b4fb5b2d15310e92
1919
#TRUSTED_HOSTS='^(localhost|example\.com)$'
2020
###< symfony/framework-bundle ###
2121

22-
SYMFONY_DOCS_SECRET=XX
22+
SYMFONY_DOCS_SECRET=''
23+
SYMFONY_SECRET=''
2324

2425
###> knplabs/github-api ###
2526
GITHUB_TOKEN=XXX

.env.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ KERNEL_CLASS='App\Kernel'
33
APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999
55
PANTHER_APP_ENV=panther
6+
SYMFONY_DOCS_SECRET=''
7+
SYMFONY_SECRET=''

0 commit comments

Comments
 (0)