forked from Gamocosm/Gamocosm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.sh.template
More file actions
27 lines (26 loc) · 793 Bytes
/
env.sh.template
File metadata and controls
27 lines (26 loc) · 793 Bytes
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
#!/bin/bash
# Development, test, and production
export DIGITAL_OCEAN_API_KEY=
export DIGITAL_OCEAN_SSH_PUBLIC_KEY_PATH="$HOME/.ssh/id_rsa.pub"
export DIGITAL_OCEAN_SSH_PRIVATE_KEY_PATH="$HOME/.ssh/id_rsa"
export DIGITAL_OCEAN_SSH_PRIVATE_KEY_PASSPHRASE=
export SIDEKIQ_ADMIN_USERNAME=test
export SIDEKIQ_ADMIN_PASSWORD=1234
export DATABASE_USER=gamocosm
export DATABASE_PASSWORD=
export DATABASE_HOST=
export MAIL_SERVER_ADDRESS=
export MAIL_SERVER_PORT=
export MAIL_SERVER_DOMAIN=
export MAIL_SERVER_USERNAME=
export MAIL_SERVER_PASSWORD=
export USER_SERVERS_DOMAIN=
export CLOUDFLARE_API_TOKEN=
export CLOUDFLARE_EMAIL=
export CLOUDFLARE_ZONE=
# Test, and production
export DEVISE_SECRET_KEY=1234abc
# Production only
export SECRET_KEY_BASE=
export DEVELOPER_EMAILS=
export BADNESS_SECRET=