source: TOOLS/ConsoGENCI/trunk/bin/db_data.py.init @ 2775

Last change on this file since 2775 was 2775, checked in by labetoulle, 8 years ago

Overall cleaning and refactoring

  • Property svn:executable set to *
File size: 241 bytes
Line 
1#!/usr/bin/env python
2# -*- coding: utf-8 -*-
3
4# This must come first
5from __future__ import print_function, unicode_literals, division
6
7db_host = "xxx.xxx.xxx.xxx"
8db_port = "xxxx"
9db_name = "db_name"
10db_user = "db_user"
11db_pwd  = "db_pwd"
Note: See TracBrowser for help on using the repository browser.