mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-17 17:38:07 +00:00
14 lines
428 B
Plaintext
14 lines
428 B
Plaintext
export PATH="./bin:$PATH"
|
|
export BASE_URL=http://localhost
|
|
export SECRET_KEY_BASE=foo
|
|
export SECRET_TOKEN=bar
|
|
export POSTGRES_URL="postgres://localhost/snpr_$RAILS_ENV"
|
|
export PLOS_API_KEY=foo
|
|
export RECAPTCHA_SECRET_KEY=foo
|
|
export RECAPTCHA_SITE_KEY=bar
|
|
export MENDELEY_CONSUMER_KEY=foo
|
|
export ERRBIT_API_KEY=foo
|
|
export ERRBIT_HOST=localhost
|
|
export OH_CLIENT_ID=foo
|
|
export USER_DATA_SECRET_KEY=secretsecretsecretsecretsecretse
|