Skip to content

Commit 00011b0

Browse files
fixed #240
1 parent 391a403 commit 00011b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ twitterwall:
120120
allowUpdateUserProfiles: true
121121
allowUpdateUserProfilesFromMention: true
122122
fetchUserListAllow: true
123-
fetchUserListName: true
123+
fetchUserListName: ${TWITTERWALL_SCHEDULER_USER_LIST_NAME}
124124
herokuDbRowsLimit: false
125125
removeOldDataFromStorageAllow: true
126126
fetchFollowerAllow: true

src/test/resources/application-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ twitterwall:
3838
allowUpdateUserProfiles: true
3939
allowUpdateUserProfilesFromMention: true
4040
fetchUserListAllow: true
41-
fetchUserListName: true
41+
fetchUserListName: ${TWITTERWALL_SCHEDULER_USER_LIST_NAME}
4242
herokuDbRowsLimit: false
4343
removeOldDataFromStorageAllow: true
4444
fetchFollowerAllow: true

0 commit comments

Comments
 (0)