Skip to content

Commit e0eaa6a

Browse files
IonBazanweaverryan
authored andcommitted
refactor services to be private and build configuration at build time
1 parent f6e757a commit e0eaa6a

18 files changed

+459
-801
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)