Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no .env #26

Open
ryzenpay opened this issue Aug 23, 2024 · 1 comment
Open

no .env #26

ryzenpay opened this issue Aug 23, 2024 · 1 comment

Comments

@ryzenpay
Copy link

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.

@ryzenpay
Copy link
Author

welp ive decided to do it anyways:

#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

#gitea variables
GITEA_FALLBACK_GROUP_MEMBER = '' #the gitea admin username
GITEA_URL = ''
GITEA_TOKEN = ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant