-
Notifications
You must be signed in to change notification settings - Fork 8
/
.env
68 lines (56 loc) · 2.23 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
COMPOSE_PROJECT_NAME=na-website
### Runtime variables
APP_HOST=http://localhost:8033
APP_SECURITY_TOKEN=nothingtoseehere
APP_STORAGE_PATH=/srv/app/docker/storage
### Miscellaneous variables
APP_ADMIN_USER=Woodstock
APP_NOTIFICATIONS_DSN=null://null
### VAPID keys for push notifications
VAPID_SUBJECT="mailto: <[email protected]>"
VAPID_PRIVATE_KEY=
VAPID_PUBLIC_KEY=
### Analytics variables for use with Piwik
# Note that since the site doesn't have a cookie prompt, it's not allowed
# to store full IP addresses of visitors
ANALYTICS_DOMAIN=
ANALYTICS_ID=
### Mastodon variables
# Used to crawl the bat signal and publishing episode notifications
MASTODON_DOMAIN=https://noauthority.social
MASTODON_ACCESS_TOKEN=
MASTODON_ACCOUNT_ID=111754193075452477
MASTODON_PUBLISH=0
### YouTube variables for Animated No Agenda
YOUTUBE_KEY=
YOUTUBE_PLAYLIST_ID=UUihyXCKCTKZ0H6OQRpKN5qQ
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=86e65e43da3975441a202235908a0a52
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
DATABASE_URL="mysql://dudenamedben:dudettenamedbernadette@database:3306/noagenda?serverVersion=8"
# DATABASE_URL="postgresql://symfony:[email protected]:5432/app?serverVersion=13&charset=utf8"
###< doctrine/doctrine-bundle ###
###> sentry/sentry-symfony ###
SENTRY_DSN=
###< sentry/sentry-symfony ###
###> symfony/mailer ###
MAILER_DSN=smtp://mail:1025?encryption=&auth_mode=
MAILER_FROM_AUTHOR="No Agenda Website"
###< symfony/mailer ###
###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=doctrine://default
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
###< symfony/messenger ###
###> symfony/telegram-notifier ###
# TELEGRAM_DSN=telegram://TOKEN@default?channel=CHAT_ID
###< symfony/telegram-notifier ###