published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 1flow is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with 1flow. If not, see http://www.gnu.org/licenses/ """ from sparks.django.settings import clone_settings clone_settings('chani', __file__, globals()) # ——————————————————————————————————————————————————— Dev1 (Willian at my home) GOOGLE_OAUTH2_CLIENT_ID = '494350410052-5cgau95ek6dvhnu0c1tov8j9f10b02ou.apps.googleusercontent.com' # NOQA GOOGLE_OAUTH2_CLIENT_SECRET = 'qwribFAXXLHPY4_vtR-nkpFz' #GOOGLE_CONSUMER_KEY = 'dev1.1flow.io' #GOOGLE_CONSUMER_SECRET = 'w78SFaBLwwolPWybAsAGkclr' SITE_DOMAIN = 'dev1.1flow.io' EMAIL_HOST = 'gurney' # ——————————————————————————————————————————————————— Dev2 (Willian's home) #SITE_DOMAIN = 'dev2.1flow.io' #GOOGLE_OAUTH2_CLIENT_ID = '494350410052-kccc59ku23u9rs9bphh2pfbkabu1lihd.apps.googleusercontent.com' # NOQA #GOOGLE_CONSUMER_KEY = 'dev2.1flow.io'
# -*- coding: utf-8 -*- # Settings for worbi.1flow.net (preview worker) and florbi (flower instance), # hosted on the same machine (thus, same settings, thanks to sparks). """ Copyright 2013 Olivier Cortès <*****@*****.**> This file is part of the 1flow project. 1flow is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 1flow is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with 1flow. If not, see http://www.gnu.org/licenses/ """ from sparks.django.settings import clone_settings clone_settings('obi.1flow.io', __file__, globals())
# -*- coding: utf-8 -*- # Settings for Jenkins CI machine. """ Copyright 2013 Olivier Cortès <*****@*****.**> This file is part of the 1flow project. 1flow is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 1flow is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with 1flow. If not, see http://www.gnu.org/licenses/ """ from sparks.django.settings import clone_settings clone_settings('chani', __file__, globals()) CELERY_ALWAYS_EAGER = True