-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: force .env.test till ci.yml is updated
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# SFTP_HOST=sftp | ||
# SFTP_PORT=22 | ||
# SFTP_UPLOAD_FOLDER=uploads | ||
# SFTP_USER=sftp_test | ||
# SFTP_PASSWORD=sftp_test | ||
|
||
MESSAGE_ENABLE=true | ||
MESSAGE_AUTO_INTERNAL=1000 | ||
MESSAGE_IDLE_TIME=20 | ||
|
||
# Allow unconfirmed email: leave blank for always, or set a number of days (integer); | ||
# also set 0 to have email being confirmed before first sign in. | ||
DEVISE_ALLOW_UNCONFIRMED='' | ||
|
||
# Disable sign up page: leave blank to allow sign up page. set to 'true' to disable it. | ||
# only amdin can then create user accounts. | ||
DEVISE_DISABLED_SIGN_UP='' | ||
|
||
# Any new account to be inactive by default => only admin can (de)activate | ||
DEVISE_NEW_ACCOUNT_INACTIVE=false | ||
|
||
DATA_CITE_BASE_URI=https://api.test.datacite.org | ||
DATA_CITE_PREFIX=prefix | ||
DATA_CITE_API_USERNAME=username | ||
DATA_CITE_API_PASSWORD=password | ||
DATA_CITE_DEVICE_PREFIX=DEVICE- | ||
DATA_CITE_DEVICE_PUBLISHER=chemotion.net | ||
DATA_CITE_DEVICE_CREATOR=chemotion.net | ||
|
||
# uncomment for headfull testing | ||
# USE_HEAD=:D | ||
|
||
## DEVICE DATACOLLECTOR FACTORY CONFIG (SFTP and local dir) | ||
DATACOLLECTOR_FACTORY_SFTP_USER=testuser | ||
DATACOLLECTOR_FACTORY_SFTP_KEY=id_test | ||
DATACOLLECTOR_FACTORY_SFTP_HOST=127.0.0.1 | ||
# DATACOLLECTOR_FACTORY_DIR= |