You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
While looking at the repo, i saw the .gitignore excludes the .env file, which makes perfect sense for security reasons but there is no 'env_dump' file to template what the .env file would look like making me unsure. I can go through the python code and find all the variables used but it can be very helpful to have an env_dump file with maybe some further instructions on where to find each variable.
If i am missing something and there is a template somewhere, thats my fault.
The text was updated successfully, but these errors were encountered:
#gitlab variables
GITLAB_URL = ''
GITLAB_TOKEN = '' #leave empty if admin_user and admin_pass used
GITLAB_ADMIN_USER = '' #if empty, will use oath and token
GITLAB_ADMIN_PASS = ''
MIGRATE_BY_GROUPS = '0' #set to 1 if migrating from gitlab.com (not private installation)
GITLAB_ARCHIVE_MIGRATED_PROJECTS = '0' #set to 1 if repos on gitlab should be archived after transfer
Hey,
While looking at the repo, i saw the .gitignore excludes the .env file, which makes perfect sense for security reasons but there is no 'env_dump' file to template what the .env file would look like making me unsure. I can go through the python code and find all the variables used but it can be very helpful to have an env_dump file with maybe some further instructions on where to find each variable.
If i am missing something and there is a template somewhere, thats my fault.
The text was updated successfully, but these errors were encountered: